|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.spnego.SpnegoClientAction
public class SpnegoClientAction
This class represents a PrivilegedAction implementation to obtain a (SPNEGO) service ticket from a Kerberos Key Distribution Center.
Constructor Summary | |
---|---|
SpnegoClientAction(java.lang.String serviceName)
|
Method Summary | |
---|---|
org.ietf.jgss.GSSContext |
getContext()
|
byte[] |
run()
|
void |
setMutualAuth(boolean mutualAuthentication)
Whether to enable mutual authentication or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpnegoClientAction(java.lang.String serviceName)
Method Detail |
---|
public void setMutualAuth(boolean mutualAuthentication)
public byte[] run()
run
in interface java.security.PrivilegedAction<byte[]>
public org.ietf.jgss.GSSContext getContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |