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 |
|
---|---|
From class java.lang.Enum
|
|
From class java.lang.Object
|
|
From interface java.lang.Comparable
|
Authenticator.RequestorType valueOf (String name)
Parameters | |
---|---|
name |
String
|
Returns | |
---|---|
Authenticator.RequestorType |