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 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.
-