Class SaslClientAuthenticator.SaslState
public class SaslClientAuthenticator.SaslState : Enum<SaslClientAuthenticator.SaslState>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<SaslClientAuthenticator.SaslState>>
- Inheritance
-
SaslClientAuthenticator.SaslState
- Implements
Constructors
SaslState(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 SaslState(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CLIENT_COMPLETE
public static SaslClientAuthenticator.SaslState CLIENT_COMPLETE { get; set; }
Property Value
COMPLETE
public static SaslClientAuthenticator.SaslState COMPLETE { get; set; }
Property Value
FAILED
public static SaslClientAuthenticator.SaslState FAILED { get; set; }
Property Value
INITIAL
public static SaslClientAuthenticator.SaslState INITIAL { get; set; }
Property Value
INTERMEDIATE
public static SaslClientAuthenticator.SaslState INTERMEDIATE { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
REAUTH_INITIAL
public static SaslClientAuthenticator.SaslState REAUTH_INITIAL { get; set; }
Property Value
REAUTH_PROCESS_ORIG_APIVERSIONS_RESPONSE
public static SaslClientAuthenticator.SaslState REAUTH_PROCESS_ORIG_APIVERSIONS_RESPONSE { get; set; }
Property Value
REAUTH_RECEIVE_HANDSHAKE_OR_OTHER_RESPONSE
public static SaslClientAuthenticator.SaslState REAUTH_RECEIVE_HANDSHAKE_OR_OTHER_RESPONSE { get; set; }
Property Value
REAUTH_SEND_HANDSHAKE_REQUEST
public static SaslClientAuthenticator.SaslState REAUTH_SEND_HANDSHAKE_REQUEST { get; set; }
Property Value
RECEIVE_APIVERSIONS_RESPONSE
public static SaslClientAuthenticator.SaslState RECEIVE_APIVERSIONS_RESPONSE { get; set; }
Property Value
RECEIVE_HANDSHAKE_RESPONSE
public static SaslClientAuthenticator.SaslState RECEIVE_HANDSHAKE_RESPONSE { get; set; }
Property Value
SEND_APIVERSIONS_REQUEST
public static SaslClientAuthenticator.SaslState SEND_APIVERSIONS_REQUEST { get; set; }
Property Value
SEND_HANDSHAKE_REQUEST
public static SaslClientAuthenticator.SaslState SEND_HANDSHAKE_REQUEST { get; set; }
Property Value
Methods
ValueOf(String)
public static SaslClientAuthenticator.SaslState ValueOf(String arg0)
Parameters
Returns
Values()
public static SaslClientAuthenticator.SaslState[] Values()