Package | Description |
---|---|
org.apache.http.auth |
Client HTTP authentication APIs.
|
org.apache.http.impl.auth |
Default implementations of standard and common HTTP authentication
schemes.
|
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 | Field and Description |
---|---|
protected ChallengeState |
AuthSchemeBase.challengeState |
Modifier and Type | Method and Description |
---|---|
ChallengeState |
AuthSchemeBase.getChallengeState()
Returns
ChallengeState value or null if unchallenged. |
Constructor and Description |
---|
AuthSchemeBase(ChallengeState challengeState)
Deprecated.
(4.3) do not use.
|
BasicScheme(ChallengeState challengeState)
Deprecated.
(4.3) do not use.
|
DigestScheme(ChallengeState challengeState)
Deprecated.
(4.3) do not use.
|
RFC2617Scheme(ChallengeState challengeState)
Deprecated.
(4.3) do not use.
|
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.