public static final enum Authenticator.RequestorType
extends Enum<Authenticator.RequestorType>
| java.lang.Object | ||
| ↳ | java.lang.Enum<java.net.Authenticator.RequestorType> | |
| ↳ | java.net.Authenticator.RequestorType | |
请求认证的实体的类型。
Enum values |
|
|---|---|
Authenticator.RequestorType |
PROXY 请求身份验证的实体是HTTP代理服务器。 |
Authenticator.RequestorType |
SERVER 请求身份验证的实体是HTTP源服务器。 |
Public methods |
|
|---|---|
static Authenticator.RequestorType |
valueOf(String name) |
static final RequestorType[] |
values() |
Inherited methods |
|
|---|---|
java.lang.Enum
|
|
java.lang.Object
|
|
java.lang.Comparable
|
|
Authenticator.RequestorType valueOf (String name)
| Parameters | |
|---|---|
name |
String
|
| Returns | |
|---|---|
Authenticator.RequestorType |
|