|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpnegoClientAction
This interface represents a PrivilegedAction implementation to obtain a (SPNEGO) service ticket from a Kerberos Key Distribution Center.
| Method Summary | |
|---|---|
org.ietf.jgss.GSSContext |
getContext()
Get the GSSContext that was created after a service ticket was obtained |
byte[] |
run()
Obtain a service ticket |
void |
setMutualAuth(boolean mutualAuthentication)
Whether to enable mutual authentication or not. |
void |
setServiceName(java.lang.String serviceName)
The Service Name |
| Method Detail |
|---|
void setMutualAuth(boolean mutualAuthentication)
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 | |||||||||