Table of Contents

Class SaslClientAuthenticator

Namespace
Org.Apache.Kafka.Common.Security.Authenticator
Assembly
MASES.KNet.dll
public class SaslClientAuthenticator : JVMBridgeBase<SaslClientAuthenticator>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
SaslClientAuthenticator
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<SaslClientAuthenticator>.IsAssignableFrom(IJavaType)
JVMBridgeBase<SaslClientAuthenticator>.IsAssignableFrom<T>()
JVMBridgeBase<SaslClientAuthenticator>.Execute<T>(params T[])
JVMBridgeBase<SaslClientAuthenticator>.DynBridgeClazz
JVMBridgeBase<SaslClientAuthenticator>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener

Constructors

SaslClientAuthenticator()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public SaslClientAuthenticator()

SaslClientAuthenticator(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 SaslClientAuthenticator(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MAX_RESERVED_CORRELATION_ID

public static int MAX_RESERVED_CORRELATION_ID { get; }

Property Value

int

MIN_RESERVED_CORRELATION_ID

public static int MIN_RESERVED_CORRELATION_ID { get; }

Property Value

int

Methods

Authenticate()

public void Authenticate()

Exceptions

IOException

ClientSessionReauthenticationTimeNanos()

public Long ClientSessionReauthenticationTimeNanos()

Returns

Long

Long

Close()

public void Close()

Exceptions

IOException

Complete()

public bool Complete()

Returns

bool

bool

FirstPrincipal(Subject)

public static String FirstPrincipal(Subject arg0)

Parameters

arg0 Subject

Subject

Returns

String

String

IsReserved(int)

public static bool IsReserved(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Principal()

public KafkaPrincipal Principal()

Returns

KafkaPrincipal

KafkaPrincipal

PrincipalSerde()

public Optional<KafkaPrincipalSerde> PrincipalSerde()

Returns

Optional<KafkaPrincipalSerde>

Optional

ReauthenticationLatencyMs()

public Long ReauthenticationLatencyMs()

Returns

Long

Long