public final class HttpAuthHeader extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AUTH_TYPE_BASIC |
static String |
AUTH_TYPE_DIGEST |
static String |
AUTH_TYPE_NEGOTIATE |
Constructor and Description |
---|
HttpAuthHeader(List<String> params) |
HttpAuthHeader(String fullHeader) |
HttpAuthHeader(String authType,
Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
boolean |
authTypeIsBasic() |
boolean |
authTypeIsDigest() |
boolean |
authTypeIsNegotiate() |
String |
getAuthType() |
String |
getFullContent() |
String |
getFullHeader() |
Map<String,String> |
getParams() |
String |
getRealm()
Extracts the authorization realm from the
"WWW-Authenticate" Http response header.
|
public static final String AUTH_TYPE_BASIC
public static final String AUTH_TYPE_DIGEST
public static final String AUTH_TYPE_NEGOTIATE
public HttpAuthHeader(String fullHeader)
public String getRealm()
public boolean authTypeIsDigest()
public boolean authTypeIsBasic()
public boolean authTypeIsNegotiate()
public String getAuthType()
public String getFullContent()
public String getFullHeader()
Apache CXF