Class HttpAuthHeader
java.lang.Object
org.apache.cxf.transport.http.auth.HttpAuthHeader
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHttpAuthHeader(String fullHeader) HttpAuthHeader(String authType, Map<String, String> params) HttpAuthHeader(List<String> params) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetRealm()Extracts the authorization realm from the "WWW-Authenticate" Http response header.
-
Field Details
-
AUTH_TYPE_BASIC
- See Also:
-
AUTH_TYPE_DIGEST
- See Also:
-
AUTH_TYPE_NEGOTIATE
- See Also:
-
-
Constructor Details
-
HttpAuthHeader
-
HttpAuthHeader
-
HttpAuthHeader
-
-
Method Details
-
getRealm
Extracts the authorization realm from the "WWW-Authenticate" Http response header.- Returns:
- The realm, or null if it is non-existent.
-
authTypeIsDigest
public boolean authTypeIsDigest() -
authTypeIsBasic
public boolean authTypeIsBasic() -
authTypeIsNegotiate
public boolean authTypeIsNegotiate() -
getAuthType
-
getFullContent
-
getFullHeader
-
getParams
-