org.apache.ws.security.message.token
Class KerberosClientAction
java.lang.Object
org.apache.ws.security.message.token.KerberosClientAction
- All Implemented Interfaces:
- PrivilegedAction<byte[]>
public class KerberosClientAction
- extends Object
- implements PrivilegedAction<byte[]>
This class represents a PrivilegedAction implementation to obtain a service ticket from a Kerberos
Key Distribution Center.
Method Summary |
byte[] |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KerberosClientAction
public KerberosClientAction(Principal clientPrincipal,
String serviceName)
run
public byte[] run()
- Specified by:
run
in interface PrivilegedAction<byte[]>
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.