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