Java.Net.Authenticator: Method Members

The methods of Java.Net.Authenticator are listed below. For a list of all members, see the Authenticator Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
RequestPasswordAuthentication(InetAddress, int, string, string, string) : PasswordAuthentication
Invokes the methods of the registered authenticator to get the authentication info.
static
RequestPasswordAuthentication(string, InetAddress, int, string, string, string) : PasswordAuthentication
Invokes the methods of the registered authenticator to get the authentication info.
static
RequestPasswordAuthentication(string, InetAddress, int, string, string, string, URL, Authenticator.RequestorType) : PasswordAuthentication
Invokes the methods of the registered authenticator to get the authentication info.
static
SetDefault(Authenticator)
Sets a as the default authenticator.

Protected Methods

GetRequestorType() : Authenticator.RequestorType
Returns the type of this request, it can be PROXY or SERVER.