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