public class SpnegoAuthSupplier extends AbstractSpnegoAuthSupplier implements HttpAuthSupplier
LOG
Constructor and Description |
---|
SpnegoAuthSupplier() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy,
URI currentURI,
Message message,
String fullHeader)
The HTTPConduit makes a call to this method to obtain
an Authentication token for http authentication.
|
boolean |
requiresRequestCaching()
If the supplier requires the request to be cached to be resent, return true
|
decorateSubject, getAuthorization, getCompleteServicePrincipalName, getServiceNameType, getUsernamePasswordHandler, isCredDelegationRequired, isUseCanonicalHostname, setCredDelegation, setLoginConfig, setRealm, setServiceNameType, setServicePrincipalName, setUseCanonicalHostname
public boolean requiresRequestCaching()
HttpAuthSupplier
requiresRequestCaching
in interface HttpAuthSupplier
public String getAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, URI currentURI, Message message, String fullHeader)
HttpAuthSupplier
getAuthorization
in interface HttpAuthSupplier
authPolicy
- credentials for the authenticationcurrentURI
- The URI we want to connect tomessage
- The CXF MessagefullHeader
- The full WWW-Authenticate header or null if preemptive authApache CXF