|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.spnego.DefaultSpnegoClientAction
public class DefaultSpnegoClientAction
This class represents a PrivilegedAction implementation to obtain a (SPNEGO) service ticket from a Kerberos Key Distribution Center.
Constructor Summary | |
---|---|
DefaultSpnegoClientAction()
|
Method Summary | |
---|---|
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(String serviceName)
The Service Name |
void |
setUserNameServiceForm(boolean isUsernameServiceNameForm)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultSpnegoClientAction()
Method Detail |
---|
public void setMutualAuth(boolean mutualAuthentication)
setMutualAuth
in interface SpnegoClientAction
public void setServiceName(String serviceName)
setServiceName
in interface SpnegoClientAction
public byte[] run()
run
in interface PrivilegedAction<byte[]>
run
in interface SpnegoClientAction
public GSSContext getContext()
getContext
in interface SpnegoClientAction
public void setUserNameServiceForm(boolean isUsernameServiceNameForm)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |