org.apache.cxf.transport.http.auth
Class AbstractSpnegoAuthSupplier
java.lang.Object
org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
- Direct Known Subclasses:
- KerberosAuthOutInterceptor, SpnegoAuthSupplier
public abstract class AbstractSpnegoAuthSupplier
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final Logger LOG
AbstractSpnegoAuthSupplier
public AbstractSpnegoAuthSupplier()
getAuthorization
public String getAuthorization(AuthorizationPolicy authPolicy,
URI currentURI,
Message message)
isCredDelegationRequired
protected boolean isCredDelegationRequired(Message message)
getCompleteServicePrincipalName
protected String getCompleteServicePrincipalName(URI currentURI)
setServicePrincipalName
public void setServicePrincipalName(String servicePrincipalName)
setRealm
public void setRealm(String realm)
getUsernamePasswordHandler
public CallbackHandler getUsernamePasswordHandler(String username,
String password)
setCredDelegation
public void setCredDelegation(boolean delegation)
setLoginConfig
public void setLoginConfig(Configuration config)
Apache CXF