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 变量和类型 方法 描述 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.
-