Package | Description |
---|---|
org.apache.http.auth |
The API for client-side HTTP authentication against a server.
|
org.apache.http.impl.auth |
Default implementations for interfaces in
org.apache.http.auth . |
Modifier and Type | Method and Description |
---|---|
static ChallengeState |
ChallengeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChallengeState[] |
ChallengeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ChallengeState |
AuthSchemeBase.getChallengeState()
Returns
ChallengeState value or null if unchallenged. |
Constructor and Description |
---|
AuthSchemeBase(ChallengeState challengeState)
Creates an instance of AuthSchemeBase with the given challenge
state.
|
BasicScheme(ChallengeState challengeState)
Creates an instance of BasicScheme with the given challenge
state.
|
DigestScheme(ChallengeState challengeState)
Creates an instance of DigestScheme with the given challenge
state.
|
RFC2617Scheme(ChallengeState challengeState)
Creates an instance of RFC2617Scheme with the given challenge
state.
|
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.