Java java.net Authenticator fields, constructors, methods, implement or subclass

Example usage for Java java.net Authenticator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.net Authenticator.

The text is from its open source code.

Subclass

java.net.Authenticator has subclasses.
Click this link to see all its subclasses.

Implementation

java.net.Authenticator has the following implementations.
Click this link to see all its implementation.

Constructor

Method

PasswordAuthenticationgetPasswordAuthentication()
Called when password authorization is needed.
PasswordAuthenticationrequestPasswordAuthentication(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.
PasswordAuthenticationrequestPasswordAuthentication(InetAddress addr, int port, String protocol, String prompt, String scheme)
Ask the authenticator that has been registered with the system for a password.
PasswordAuthenticationrequestPasswordAuthentication(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.
voidsetDefault(Authenticator a)
Sets the authenticator that will be used by the networking code when a proxy or an HTTP server asks for authentication.