Class SaslClientAuthenticator.SaslState
public class SaslClientAuthenticator.SaslState : Enum<SaslClientAuthenticator.SaslState>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
SaslClientAuthenticator.SaslState
- Implements
- Inherited Members
Constructors
SaslState()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public SaslState()
SaslState(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
public SaslState(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CLIENT_COMPLETE
public static SaslClientAuthenticator.SaslState CLIENT_COMPLETE { get; }
Property Value
COMPLETE
public static SaslClientAuthenticator.SaslState COMPLETE { get; }
Property Value
FAILED
public static SaslClientAuthenticator.SaslState FAILED { get; }
Property Value
INITIAL
public static SaslClientAuthenticator.SaslState INITIAL { get; }
Property Value
INTERMEDIATE
public static SaslClientAuthenticator.SaslState INTERMEDIATE { get; }
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 Closeable
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; }
Property Value
REAUTH_PROCESS_ORIG_APIVERSIONS_RESPONSE
public static SaslClientAuthenticator.SaslState REAUTH_PROCESS_ORIG_APIVERSIONS_RESPONSE { get; }
Property Value
REAUTH_RECEIVE_HANDSHAKE_OR_OTHER_RESPONSE
public static SaslClientAuthenticator.SaslState REAUTH_RECEIVE_HANDSHAKE_OR_OTHER_RESPONSE { get; }
Property Value
REAUTH_SEND_HANDSHAKE_REQUEST
public static SaslClientAuthenticator.SaslState REAUTH_SEND_HANDSHAKE_REQUEST { get; }
Property Value
RECEIVE_APIVERSIONS_RESPONSE
public static SaslClientAuthenticator.SaslState RECEIVE_APIVERSIONS_RESPONSE { get; }
Property Value
RECEIVE_HANDSHAKE_RESPONSE
public static SaslClientAuthenticator.SaslState RECEIVE_HANDSHAKE_RESPONSE { get; }
Property Value
SEND_APIVERSIONS_REQUEST
public static SaslClientAuthenticator.SaslState SEND_APIVERSIONS_REQUEST { get; }
Property Value
SEND_HANDSHAKE_REQUEST
public static SaslClientAuthenticator.SaslState SEND_HANDSHAKE_REQUEST { get; }
Property Value
Methods
ValueOf(String)
public static SaslClientAuthenticator.SaslState ValueOf(String arg0)
Parameters
Returns
Values()
public static SaslClientAuthenticator.SaslState[] Values()