org.apache.ws.security.spnego
Class SpnegoServiceAction

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

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

This class represents a PrivilegedAction implementation to validate a received (SPNEGO) ticket to a KDC.


Constructor Summary
SpnegoServiceAction(byte[] ticket, java.lang.String serviceName)
           
 
Method Summary
 org.ietf.jgss.GSSContext getContext()
           
 byte[] run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpnegoServiceAction

public SpnegoServiceAction(byte[] ticket,
                           java.lang.String serviceName)
Method Detail

run

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

getContext

public org.ietf.jgss.GSSContext getContext()


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