Uses of Class
java.net.Authenticator.RequestorType
-
Packages that use Authenticator.RequestorType 软件包 描述 java.net 提供实现网络应用程序的类。 -
-
Uses of Authenticator.RequestorType in java.net
Methods in java.net that return Authenticator.RequestorType Modifier and Type 方法 描述 protected Authenticator.RequestorType
Authenticator. getRequestorType()
返回请求者是Proxy还是Server。static Authenticator.RequestorType
Authenticator.RequestorType. valueOf(String name)
以指定的名称返回此类型的枚举常量。static Authenticator.RequestorType[]
Authenticator.RequestorType. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in java.net with parameters of type Authenticator.RequestorType Modifier and Type 方法 描述 static PasswordAuthentication
Authenticator. requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, Authenticator.RequestorType reqType)
请向系统注册的验证者询问密码。static PasswordAuthentication
Authenticator. requestPasswordAuthentication(Authenticator authenticator, String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, Authenticator.RequestorType reqType)
询问给定的authenticator
密码。PasswordAuthentication
Authenticator. requestPasswordAuthenticationInstance(String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, Authenticator.RequestorType reqType)
Ask this authenticator for a password.
-