Example usage for Java java.net Authenticator fields, constructors, methods, implement or subclass
The text is from its open source code.
PasswordAuthentication | getPasswordAuthentication() Called when password authorization is needed. |
PasswordAuthentication | requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, RequestorType reqType) Ask the authenticator that has been registered with the system for a password. |
PasswordAuthentication | requestPasswordAuthentication(InetAddress addr, int port, String protocol, String prompt, String scheme) Ask the authenticator that has been registered with the system for a password. |
PasswordAuthentication | requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme) Ask the authenticator that has been registered with the system for a password. |
void | setDefault(Authenticator a) Sets the authenticator that will be used by the networking code when a proxy or an HTTP server asks for authentication. |