public final class DefaultBasicAuthSupplier extends Object implements HttpAuthSupplier
Constructor and Description |
---|
DefaultBasicAuthSupplier() |
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.
|
static String |
getBasicAuthHeader(String userName,
String passwd) |
static String |
getBasicAuthHeader(String userName,
String passwd,
boolean useIso8859) |
boolean |
requiresRequestCaching()
If the supplier requires the request to be cached to be resent, return true
|
public boolean requiresRequestCaching()
HttpAuthSupplier
requiresRequestCaching
in interface HttpAuthSupplier
public static String getBasicAuthHeader(String userName, String passwd, boolean useIso8859)
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