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
static | RequestPasswordAuthentication(InetAddress, int, string, string, string)Invokes the methods of the registered authenticator to get the authentication info. | |
static | RequestPasswordAuthentication(string, InetAddress, int, string, string, string)Invokes the methods of the registered authenticator to get the authentication info. | |
static | RequestPasswordAuthentication(string, InetAddress, int, string, string, string, URL, Authenticator.RequestorType)Invokes the methods of the registered authenticator to get the authentication info. | |
static | SetDefault(Authenticator)Sets a as the default authenticator. |
GetRequestorType()Returns the type of this request, it can be PROXY or SERVER. |