org.apache.ws.security.message.token
Class KerberosClientAction

java.lang.Object
  extended by org.apache.ws.security.message.token.KerberosClientAction
All Implemented Interfaces:
java.security.PrivilegedAction<byte[]>

public class KerberosClientAction
extends java.lang.Object
implements java.security.PrivilegedAction<byte[]>

This class represents a PrivilegedAction implementation to obtain a service ticket from a Kerberos Key Distribution Center.


Constructor Summary
KerberosClientAction(java.security.Principal clientPrincipal, java.lang.String serviceName)
           
 
Method Summary
 byte[] run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KerberosClientAction

public KerberosClientAction(java.security.Principal clientPrincipal,
                            java.lang.String serviceName)
Method Detail

run

public byte[] run()
Specified by:
run in interface java.security.PrivilegedAction<byte[]>


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.