Table of Contents

Class SaslClientAuthenticator.SaslState

Namespace
Org.Apache.Kafka.Common.Security.Authenticator
Assembly
MASES.KNet.dll
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

string

CLIENT_COMPLETE

public static SaslClientAuthenticator.SaslState CLIENT_COMPLETE { get; }

Property Value

SaslClientAuthenticator.SaslState

COMPLETE

public static SaslClientAuthenticator.SaslState COMPLETE { get; }

Property Value

SaslClientAuthenticator.SaslState

FAILED

public static SaslClientAuthenticator.SaslState FAILED { get; }

Property Value

SaslClientAuthenticator.SaslState

INITIAL

public static SaslClientAuthenticator.SaslState INITIAL { get; }

Property Value

SaslClientAuthenticator.SaslState

INTERMEDIATE

public static SaslClientAuthenticator.SaslState INTERMEDIATE { get; }

Property Value

SaslClientAuthenticator.SaslState

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 Closeable

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

REAUTH_INITIAL

public static SaslClientAuthenticator.SaslState REAUTH_INITIAL { get; }

Property Value

SaslClientAuthenticator.SaslState

REAUTH_PROCESS_ORIG_APIVERSIONS_RESPONSE

public static SaslClientAuthenticator.SaslState REAUTH_PROCESS_ORIG_APIVERSIONS_RESPONSE { get; }

Property Value

SaslClientAuthenticator.SaslState

REAUTH_RECEIVE_HANDSHAKE_OR_OTHER_RESPONSE

public static SaslClientAuthenticator.SaslState REAUTH_RECEIVE_HANDSHAKE_OR_OTHER_RESPONSE { get; }

Property Value

SaslClientAuthenticator.SaslState

REAUTH_SEND_HANDSHAKE_REQUEST

public static SaslClientAuthenticator.SaslState REAUTH_SEND_HANDSHAKE_REQUEST { get; }

Property Value

SaslClientAuthenticator.SaslState

RECEIVE_APIVERSIONS_RESPONSE

public static SaslClientAuthenticator.SaslState RECEIVE_APIVERSIONS_RESPONSE { get; }

Property Value

SaslClientAuthenticator.SaslState

RECEIVE_HANDSHAKE_RESPONSE

public static SaslClientAuthenticator.SaslState RECEIVE_HANDSHAKE_RESPONSE { get; }

Property Value

SaslClientAuthenticator.SaslState

SEND_APIVERSIONS_REQUEST

public static SaslClientAuthenticator.SaslState SEND_APIVERSIONS_REQUEST { get; }

Property Value

SaslClientAuthenticator.SaslState

SEND_HANDSHAKE_REQUEST

public static SaslClientAuthenticator.SaslState SEND_HANDSHAKE_REQUEST { get; }

Property Value

SaslClientAuthenticator.SaslState

Methods

ValueOf(String)

public static SaslClientAuthenticator.SaslState ValueOf(String arg0)

Parameters

arg0 String

String

Returns

SaslClientAuthenticator.SaslState

SaslClientAuthenticator.SaslState

Values()

public static SaslClientAuthenticator.SaslState[] Values()

Returns

SaslState[]

SaslClientAuthenticator.SaslState