|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpnegoServiceAction
This interface represents a PrivilegedAction implementation to validate a received (SPNEGO) ticket to a KDC.
| 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 |
| Method Detail |
|---|
void setTicket(byte[] ticket)
void setServiceName(java.lang.String serviceName)
byte[] run()
run in interface java.security.PrivilegedAction<byte[]>org.ietf.jgss.GSSContext getContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||