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 变量和类型 方法 描述 protected Authenticator.RequestorType
Authenticator. getRequestorType()
返回请求者是代理还是服务器。static Authenticator.RequestorType
Authenticator.RequestorType. valueOf(String name)
返回具有指定名称的此类型的枚举常量。static Authenticator.RequestorType[]
Authenticator.RequestorType. values()
按照声明的顺序返回一个包含此枚举类型常量的数组。Methods in java.net with parameters of type Authenticator.RequestorType 变量和类型 方法 描述 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.
-