The members of Java.Net.Authenticator are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | PasswordAuthentication | PasswordAuthentication. Returns the collected username and password for authorization. |
[read-only] | RequestingHost | string. Returns the host name of the connection that requests authentication or null if unknown. |
[read-only] | RequestingPort | int. Returns the port of the connection that requests authorization. |
[read-only] | RequestingPrompt | string. Returns the realm (prompt string) of the connection that requests authorization. |
[read-only] | RequestingProtocol | string. Returns the protocol of the connection that requests authorization. |
[read-only] | RequestingScheme | string. Returns the scheme of the connection that requests authorization, for example HTTP Basic Authentication. |
[read-only] | RequestingSite | InetAddress. Returns the address of the connection that requests authorization or null if unknown. |
[read-only] | RequestingURL | URL. Returns the URL of the authentication request. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |