Table of Contents

Class Authenticator

Namespace
Java.Net
Assembly
MASES.JNet.dll
public class Authenticator : JVMBridgeBase<Authenticator>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Authenticator>
Authenticator
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Authenticator>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Authenticator>.IsAssignableFrom<T>()
JVMBridgeBase<Authenticator>.Execute<T>(params T[])
JVMBridgeBase<Authenticator>.DynBridgeClazz
JVMBridgeBase<Authenticator>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Authenticator()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("Authenticator class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Authenticator()

Authenticator(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("Authenticator class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Authenticator(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

Default

public static Authenticator Default { get; set; }

Property Value

Authenticator

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

RequestPasswordAuthentication(String, InetAddress, int, String, String, String)

public static PasswordAuthentication RequestPasswordAuthentication(String arg0, InetAddress arg1, int arg2, String arg3, String arg4, String arg5)

Parameters

arg0 String

String

arg1 InetAddress

InetAddress

arg2 int

int

arg3 String

String

arg4 String

String

arg5 String

String

Returns

PasswordAuthentication

PasswordAuthentication

RequestPasswordAuthentication(String, InetAddress, int, String, String, String, URL, RequestorType)

public static PasswordAuthentication RequestPasswordAuthentication(String arg0, InetAddress arg1, int arg2, String arg3, String arg4, String arg5, URL arg6, Authenticator.RequestorType arg7)

Parameters

arg0 String

String

arg1 InetAddress

InetAddress

arg2 int

int

arg3 String

String

arg4 String

String

arg5 String

String

arg6 URL

URL

arg7 Authenticator.RequestorType

Authenticator.RequestorType

Returns

PasswordAuthentication

PasswordAuthentication

RequestPasswordAuthentication(Authenticator, String, InetAddress, int, String, String, String, URL, RequestorType)

public static PasswordAuthentication RequestPasswordAuthentication(Authenticator arg0, String arg1, InetAddress arg2, int arg3, String arg4, String arg5, String arg6, URL arg7, Authenticator.RequestorType arg8)

Parameters

arg0 Authenticator

Authenticator

arg1 String

String

arg2 InetAddress

InetAddress

arg3 int

int

arg4 String

String

arg5 String

String

arg6 String

String

arg7 URL

URL

arg8 Authenticator.RequestorType

Authenticator.RequestorType

Returns

PasswordAuthentication

PasswordAuthentication

RequestPasswordAuthentication(InetAddress, int, String, String, String)

public static PasswordAuthentication RequestPasswordAuthentication(InetAddress arg0, int arg1, String arg2, String arg3, String arg4)

Parameters

arg0 InetAddress

InetAddress

arg1 int

int

arg2 String

String

arg3 String

String

arg4 String

String

Returns

PasswordAuthentication

PasswordAuthentication

RequestPasswordAuthenticationInstance(String, InetAddress, int, String, String, String, URL, RequestorType)

public PasswordAuthentication RequestPasswordAuthenticationInstance(String arg0, InetAddress arg1, int arg2, String arg3, String arg4, String arg5, URL arg6, Authenticator.RequestorType arg7)

Parameters

arg0 String

String

arg1 InetAddress

InetAddress

arg2 int

int

arg3 String

String

arg4 String

String

arg5 String

String

arg6 URL

URL

arg7 Authenticator.RequestorType

Authenticator.RequestorType

Returns

PasswordAuthentication

PasswordAuthentication