| 软件包 | 描述 |
|---|---|
| org.apache.http.auth |
客户端HTTP认证API。
|
| org.apache.http.impl.auth |
标准和常规HTTP认证方案的默认实现。
|
| Modifier and Type | Method and Description |
|---|---|
static ChallengeState |
ChallengeState.valueOf(String name)
以指定的名称返回此类型的枚举常量。
|
static ChallengeState[] |
ChallengeState.values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。
|
| Modifier and Type | Field and Description |
|---|---|
protected ChallengeState |
AuthSchemeBase.challengeState |
| Modifier and Type | Method and Description |
|---|---|
ChallengeState |
AuthSchemeBase.getChallengeState()
返回 ChallengeState的价值或null如果没有挑战。
|
| Constructor and Description |
|---|
AuthSchemeBase(ChallengeState challengeState)
已过时。
(4.3)不要使用。
|
BasicScheme(ChallengeState challengeState)
已过时。
(4.3)不要使用。
|
DigestScheme(ChallengeState challengeState)
已过时。
(4.3)不要使用。
|
RFC2617Scheme(ChallengeState challengeState)
已过时。
(4.3)不要使用。
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.