public class SpnegoAuthSupplier extends AbstractSpnegoAuthSupplier implements HttpAuthSupplier
LOG| Constructor and Description |
|---|
SpnegoAuthSupplier() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorization(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
|
getAuthorization, getCompleteServicePrincipalName, getServiceNameType, getUsernamePasswordHandler, isCredDelegationRequired, setCredDelegation, setLoginConfig, setRealm, setServiceNameType, setServicePrincipalNamepublic boolean requiresRequestCaching()
HttpAuthSupplierrequiresRequestCaching in interface HttpAuthSupplierpublic String getAuthorization(AuthorizationPolicy authPolicy, URI currentURI, Message message, String fullHeader)
HttpAuthSuppliergetAuthorization in interface HttpAuthSupplierauthPolicy - credentials for the authenticationmessage - The CXF MessagefullHeader - The full WWW-Authenticate header or null if preemptive authApache CXF