|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.security.spnego.DefaultSpnegoServiceAction
public class DefaultSpnegoServiceAction
This class represents a PrivilegedAction implementation to validate a received (SPNEGO) ticket to a KDC.
| Constructor Summary | |
|---|---|
DefaultSpnegoServiceAction()
|
|
| Method Summary | |
|---|---|
org.ietf.jgss.GSSContext |
getContext()
Get the GSSContext that was created after a service ticket was obtained |
byte[] |
run()
Validate a service ticket |
void |
setServiceName(java.lang.String serviceName)
The Service Name |
void |
setTicket(byte[] ticket)
Set the ticket to validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSpnegoServiceAction()
| Method Detail |
|---|
public void setTicket(byte[] ticket)
setTicket in interface SpnegoServiceActionpublic void setServiceName(java.lang.String serviceName)
setServiceName in interface SpnegoServiceActionpublic byte[] run()
run in interface java.security.PrivilegedAction<byte[]>run in interface SpnegoServiceActionpublic org.ietf.jgss.GSSContext getContext()
getContext in interface SpnegoServiceAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||