Class Authenticator
public class Authenticator : JVMBridgeBase<Authenticator>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Authenticator>Authenticator
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Authenticator>.SExecuteWithSignature(Type, IJavaType, string, string, params object[])JVMBridgeBase<Authenticator>.SExecute<TReturn, TConverter>(Type, IJavaType, string, params object[])JVMBridgeBase<Authenticator>.IsAssignableFrom(IJavaType)JVMBridgeBase<Authenticator>.IsAssignableFrom<T>()JVMBridgeBase<Authenticator>.Execute<T>(params T[])JVMBridgeBase<Authenticator>.DynBridgeClazzJVMBridgeBase<Authenticator>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
Default
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/Authenticator.html#getDefault() https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/Authenticator.html#setDefault(java.net.Authenticator)
public static Authenticator Default { get; set; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
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
Returns
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
Stringarg1
InetAddressarg2
intarg3
Stringarg4
Stringarg5
Stringarg6
URLarg7
Authenticator.RequestorType
Returns
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
Authenticatorarg1
Stringarg2
InetAddressarg3
intarg4
Stringarg5
Stringarg6
Stringarg7
URLarg8
Authenticator.RequestorType
Returns
RequestPasswordAuthentication(InetAddress, int, String, String, String)
public static PasswordAuthentication RequestPasswordAuthentication(InetAddress arg0, int arg1, String arg2, String arg3, String arg4)
Parameters
arg0
InetAddressarg1
intarg2
Stringarg3
Stringarg4
String
Returns
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
Stringarg1
InetAddressarg2
intarg3
Stringarg4
Stringarg5
Stringarg6
URLarg7
Authenticator.RequestorType