C# Class java.net.Authenticator

Inheritance: java.lang.Object
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
requestPasswordAuthentication ( java arg0, int arg1, java arg2, java arg3, java arg4 ) : global::java.net.PasswordAuthentication
requestPasswordAuthentication ( java arg0, java arg1, int arg2, java arg3, java arg4, java arg5 ) : global::java.net.PasswordAuthentication
requestPasswordAuthentication ( java arg0, java arg1, int arg2, java arg3, java arg4, java arg5, java arg6, java arg7 ) : global::java.net.PasswordAuthentication
setDefault ( java arg0 ) : void

Protected Methods

Method Description
Authenticator ( global @__env )
getPasswordAuthentication ( ) : global::java.net.PasswordAuthentication
getRequestingHost ( ) : global::java.lang.String
getRequestingPort ( ) : int
getRequestingPrompt ( ) : global::java.lang.String
getRequestingProtocol ( ) : global::java.lang.String
getRequestingScheme ( ) : global::java.lang.String
getRequestingSite ( ) : global::java.net.InetAddress
getRequestingURL ( ) : global::java.net.URL
getRequestorType ( ) : global::java.net.Authenticator.RequestorType

Private Methods

Method Description
Authenticator ( )

Method Details

Authenticator() protected method

protected Authenticator ( global @__env )
@__env global

getPasswordAuthentication() protected method

protected getPasswordAuthentication ( ) : global::java.net.PasswordAuthentication
return global::java.net.PasswordAuthentication

getRequestingHost() protected method

protected getRequestingHost ( ) : global::java.lang.String
return global::java.lang.String

getRequestingPort() protected method

protected getRequestingPort ( ) : int
return int

getRequestingPrompt() protected method

protected getRequestingPrompt ( ) : global::java.lang.String
return global::java.lang.String

getRequestingProtocol() protected method

protected getRequestingProtocol ( ) : global::java.lang.String
return global::java.lang.String

getRequestingScheme() protected method

protected getRequestingScheme ( ) : global::java.lang.String
return global::java.lang.String

getRequestingSite() protected method

protected getRequestingSite ( ) : global::java.net.InetAddress
return global::java.net.InetAddress

getRequestingURL() protected method

protected getRequestingURL ( ) : global::java.net.URL
return global::java.net.URL

getRequestorType() protected method

protected getRequestorType ( ) : global::java.net.Authenticator.RequestorType
return global::java.net.Authenticator.RequestorType

requestPasswordAuthentication() public static method

public static requestPasswordAuthentication ( java arg0, int arg1, java arg2, java arg3, java arg4 ) : global::java.net.PasswordAuthentication
arg0 java
arg1 int
arg2 java
arg3 java
arg4 java
return global::java.net.PasswordAuthentication

requestPasswordAuthentication() public static method

public static requestPasswordAuthentication ( java arg0, java arg1, int arg2, java arg3, java arg4, java arg5 ) : global::java.net.PasswordAuthentication
arg0 java
arg1 java
arg2 int
arg3 java
arg4 java
arg5 java
return global::java.net.PasswordAuthentication

requestPasswordAuthentication() public static method

public static requestPasswordAuthentication ( java arg0, java arg1, int arg2, java arg3, java arg4, java arg5, java arg6, java arg7 ) : global::java.net.PasswordAuthentication
arg0 java
arg1 java
arg2 int
arg3 java
arg4 java
arg5 java
arg6 java
arg7 java
return global::java.net.PasswordAuthentication

setDefault() public static method

public static setDefault ( java arg0 ) : void
arg0 java
return void