Uses of Class
java.net.PasswordAuthentication
-
Packages that use PasswordAuthentication 软件包 描述 java.net 提供实现网络应用程序的类。 -
-
Uses of PasswordAuthentication in java.net
Methods in java.net that return PasswordAuthentication Modifier and Type 方法 描述 protected PasswordAuthentication
Authenticator. getPasswordAuthentication()
当需要密码授权时调用。static PasswordAuthentication
Authenticator. requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme)
请向系统注册的验证者询问密码。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
密码。static PasswordAuthentication
Authenticator. requestPasswordAuthentication(InetAddress addr, int port, String protocol, String prompt, String scheme)
请向系统注册的验证者询问密码。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.
-