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 PasswordAuthenticationAuthenticator. getPasswordAuthentication()当需要密码授权时调用。static PasswordAuthenticationAuthenticator. requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme)请向系统注册的验证者询问密码。static PasswordAuthenticationAuthenticator. requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, Authenticator.RequestorType reqType)请向系统注册的验证者询问密码。static PasswordAuthenticationAuthenticator. requestPasswordAuthentication(Authenticator authenticator, String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, Authenticator.RequestorType reqType)询问给定的authenticator密码。static PasswordAuthenticationAuthenticator. requestPasswordAuthentication(InetAddress addr, int port, String protocol, String prompt, String scheme)请向系统注册的验证者询问密码。PasswordAuthenticationAuthenticator. requestPasswordAuthenticationInstance(String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, Authenticator.RequestorType reqType)Ask this authenticator for a password.
-