Table of Contents

Class Authenticator

Namespace
Java.Net
Assembly
MASES.JNet.dll
public class Authenticator : JVMBridgeBase<Authenticator>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
Authenticator
Implements
Extension Methods

Constructors

Authenticator()

public Authenticator()

Authenticator(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Authenticator(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance()

HPA initializer for Authenticator()

public static Authenticator CreatePoolableInstance()

Returns

Authenticator

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(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

SetDefault(Authenticator)

public static void SetDefault(Authenticator arg0)

Parameters

arg0 Authenticator

Authenticator