Table of Contents

Class SaslConfigs

Namespace
Org.Apache.Kafka.Common.Config
Assembly
MASES.KNet.dll
public class SaslConfigs : JVMBridgeBase<SaslConfigs>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
SaslConfigs
Implements
Inherited Members

Constructors

SaslConfigs()

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

public SaslConfigs()

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

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DEFAULT_KERBEROS_KINIT_CMD

public static String DEFAULT_KERBEROS_KINIT_CMD { get; }

Property Value

String

DEFAULT_KERBEROS_MIN_TIME_BEFORE_RELOGIN

public static long DEFAULT_KERBEROS_MIN_TIME_BEFORE_RELOGIN { get; }

Property Value

long

DEFAULT_KERBEROS_TICKET_RENEW_JITTER

public static double DEFAULT_KERBEROS_TICKET_RENEW_JITTER { get; }

Property Value

double

DEFAULT_KERBEROS_TICKET_RENEW_WINDOW_FACTOR

public static double DEFAULT_KERBEROS_TICKET_RENEW_WINDOW_FACTOR { get; }

Property Value

double

DEFAULT_LOGIN_REFRESH_BUFFER_SECONDS

public static short DEFAULT_LOGIN_REFRESH_BUFFER_SECONDS { get; }

Property Value

short

DEFAULT_LOGIN_REFRESH_MIN_PERIOD_SECONDS

public static short DEFAULT_LOGIN_REFRESH_MIN_PERIOD_SECONDS { get; }

Property Value

short

DEFAULT_LOGIN_REFRESH_WINDOW_FACTOR

public static double DEFAULT_LOGIN_REFRESH_WINDOW_FACTOR { get; }

Property Value

double

DEFAULT_LOGIN_REFRESH_WINDOW_JITTER

public static double DEFAULT_LOGIN_REFRESH_WINDOW_JITTER { get; }

Property Value

double

DEFAULT_SASL_LOGIN_RETRY_BACKOFF_MAX_MS

public static long DEFAULT_SASL_LOGIN_RETRY_BACKOFF_MAX_MS { get; }

Property Value

long

DEFAULT_SASL_LOGIN_RETRY_BACKOFF_MS

public static long DEFAULT_SASL_LOGIN_RETRY_BACKOFF_MS { get; }

Property Value

long

DEFAULT_SASL_MECHANISM

public static String DEFAULT_SASL_MECHANISM { get; }

Property Value

String

DEFAULT_SASL_OAUTHBEARER_CLOCK_SKEW_SECONDS

public static int DEFAULT_SASL_OAUTHBEARER_CLOCK_SKEW_SECONDS { get; }

Property Value

int

DEFAULT_SASL_OAUTHBEARER_HEADER_URLENCODE

public static bool DEFAULT_SASL_OAUTHBEARER_HEADER_URLENCODE { get; }

Property Value

bool

DEFAULT_SASL_OAUTHBEARER_JWKS_ENDPOINT_REFRESH_MS

public static long DEFAULT_SASL_OAUTHBEARER_JWKS_ENDPOINT_REFRESH_MS { get; }

Property Value

long

DEFAULT_SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MAX_MS

public static long DEFAULT_SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MAX_MS { get; }

Property Value

long

DEFAULT_SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MS

public static long DEFAULT_SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MS { get; }

Property Value

long

DEFAULT_SASL_OAUTHBEARER_SCOPE_CLAIM_NAME

public static String DEFAULT_SASL_OAUTHBEARER_SCOPE_CLAIM_NAME { get; }

Property Value

String

DEFAULT_SASL_OAUTHBEARER_SUB_CLAIM_NAME

public static String DEFAULT_SASL_OAUTHBEARER_SUB_CLAIM_NAME { get; }

Property Value

String

GSSAPI_MECHANISM

public static String GSSAPI_MECHANISM { get; }

Property Value

String

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

SASL_CLIENT_CALLBACK_HANDLER_CLASS

public static String SASL_CLIENT_CALLBACK_HANDLER_CLASS { get; }

Property Value

String

SASL_CLIENT_CALLBACK_HANDLER_CLASS_DOC

public static String SASL_CLIENT_CALLBACK_HANDLER_CLASS_DOC { get; }

Property Value

String

SASL_JAAS_CONFIG

public static String SASL_JAAS_CONFIG { get; }

Property Value

String

SASL_JAAS_CONFIG_DOC

public static String SASL_JAAS_CONFIG_DOC { get; }

Property Value

String

SASL_KERBEROS_KINIT_CMD

public static String SASL_KERBEROS_KINIT_CMD { get; }

Property Value

String

SASL_KERBEROS_KINIT_CMD_DOC

public static String SASL_KERBEROS_KINIT_CMD_DOC { get; }

Property Value

String

SASL_KERBEROS_MIN_TIME_BEFORE_RELOGIN

public static String SASL_KERBEROS_MIN_TIME_BEFORE_RELOGIN { get; }

Property Value

String

SASL_KERBEROS_MIN_TIME_BEFORE_RELOGIN_DOC

public static String SASL_KERBEROS_MIN_TIME_BEFORE_RELOGIN_DOC { get; }

Property Value

String

SASL_KERBEROS_SERVICE_NAME

public static String SASL_KERBEROS_SERVICE_NAME { get; }

Property Value

String

SASL_KERBEROS_SERVICE_NAME_DOC

public static String SASL_KERBEROS_SERVICE_NAME_DOC { get; }

Property Value

String

SASL_KERBEROS_TICKET_RENEW_JITTER

public static String SASL_KERBEROS_TICKET_RENEW_JITTER { get; }

Property Value

String

SASL_KERBEROS_TICKET_RENEW_JITTER_DOC

public static String SASL_KERBEROS_TICKET_RENEW_JITTER_DOC { get; }

Property Value

String

SASL_KERBEROS_TICKET_RENEW_WINDOW_FACTOR

public static String SASL_KERBEROS_TICKET_RENEW_WINDOW_FACTOR { get; }

Property Value

String

SASL_KERBEROS_TICKET_RENEW_WINDOW_FACTOR_DOC

public static String SASL_KERBEROS_TICKET_RENEW_WINDOW_FACTOR_DOC { get; }

Property Value

String

SASL_LOGIN_CALLBACK_HANDLER_CLASS

public static String SASL_LOGIN_CALLBACK_HANDLER_CLASS { get; }

Property Value

String

SASL_LOGIN_CALLBACK_HANDLER_CLASS_DOC

public static String SASL_LOGIN_CALLBACK_HANDLER_CLASS_DOC { get; }

Property Value

String

SASL_LOGIN_CLASS

public static String SASL_LOGIN_CLASS { get; }

Property Value

String

SASL_LOGIN_CLASS_DOC

public static String SASL_LOGIN_CLASS_DOC { get; }

Property Value

String

SASL_LOGIN_CONNECT_TIMEOUT_MS

public static String SASL_LOGIN_CONNECT_TIMEOUT_MS { get; }

Property Value

String

SASL_LOGIN_CONNECT_TIMEOUT_MS_DOC

public static String SASL_LOGIN_CONNECT_TIMEOUT_MS_DOC { get; }

Property Value

String

SASL_LOGIN_READ_TIMEOUT_MS

public static String SASL_LOGIN_READ_TIMEOUT_MS { get; }

Property Value

String

SASL_LOGIN_READ_TIMEOUT_MS_DOC

public static String SASL_LOGIN_READ_TIMEOUT_MS_DOC { get; }

Property Value

String

SASL_LOGIN_REFRESH_BUFFER_SECONDS

public static String SASL_LOGIN_REFRESH_BUFFER_SECONDS { get; }

Property Value

String

SASL_LOGIN_REFRESH_BUFFER_SECONDS_DOC

public static String SASL_LOGIN_REFRESH_BUFFER_SECONDS_DOC { get; }

Property Value

String

SASL_LOGIN_REFRESH_MIN_PERIOD_SECONDS

public static String SASL_LOGIN_REFRESH_MIN_PERIOD_SECONDS { get; }

Property Value

String

SASL_LOGIN_REFRESH_MIN_PERIOD_SECONDS_DOC

public static String SASL_LOGIN_REFRESH_MIN_PERIOD_SECONDS_DOC { get; }

Property Value

String

SASL_LOGIN_REFRESH_WINDOW_FACTOR

public static String SASL_LOGIN_REFRESH_WINDOW_FACTOR { get; }

Property Value

String

SASL_LOGIN_REFRESH_WINDOW_FACTOR_DOC

public static String SASL_LOGIN_REFRESH_WINDOW_FACTOR_DOC { get; }

Property Value

String

SASL_LOGIN_REFRESH_WINDOW_JITTER

public static String SASL_LOGIN_REFRESH_WINDOW_JITTER { get; }

Property Value

String

SASL_LOGIN_REFRESH_WINDOW_JITTER_DOC

public static String SASL_LOGIN_REFRESH_WINDOW_JITTER_DOC { get; }

Property Value

String

SASL_LOGIN_RETRY_BACKOFF_MAX_MS

public static String SASL_LOGIN_RETRY_BACKOFF_MAX_MS { get; }

Property Value

String

SASL_LOGIN_RETRY_BACKOFF_MAX_MS_DOC

public static String SASL_LOGIN_RETRY_BACKOFF_MAX_MS_DOC { get; }

Property Value

String

SASL_LOGIN_RETRY_BACKOFF_MS

public static String SASL_LOGIN_RETRY_BACKOFF_MS { get; }

Property Value

String

SASL_LOGIN_RETRY_BACKOFF_MS_DOC

public static String SASL_LOGIN_RETRY_BACKOFF_MS_DOC { get; }

Property Value

String

SASL_MECHANISM

public static String SASL_MECHANISM { get; }

Property Value

String

SASL_MECHANISM_DOC

public static String SASL_MECHANISM_DOC { get; }

Property Value

String

SASL_OAUTHBEARER_CLOCK_SKEW_SECONDS

public static String SASL_OAUTHBEARER_CLOCK_SKEW_SECONDS { get; }

Property Value

String

SASL_OAUTHBEARER_CLOCK_SKEW_SECONDS_DOC

public static String SASL_OAUTHBEARER_CLOCK_SKEW_SECONDS_DOC { get; }

Property Value

String

SASL_OAUTHBEARER_EXPECTED_AUDIENCE

public static String SASL_OAUTHBEARER_EXPECTED_AUDIENCE { get; }

Property Value

String

SASL_OAUTHBEARER_EXPECTED_AUDIENCE_DOC

public static String SASL_OAUTHBEARER_EXPECTED_AUDIENCE_DOC { get; }

Property Value

String

SASL_OAUTHBEARER_EXPECTED_ISSUER

public static String SASL_OAUTHBEARER_EXPECTED_ISSUER { get; }

Property Value

String

SASL_OAUTHBEARER_EXPECTED_ISSUER_DOC

public static String SASL_OAUTHBEARER_EXPECTED_ISSUER_DOC { get; }

Property Value

String

SASL_OAUTHBEARER_HEADER_URLENCODE

public static String SASL_OAUTHBEARER_HEADER_URLENCODE { get; }

Property Value

String

SASL_OAUTHBEARER_HEADER_URLENCODE_DOC

public static String SASL_OAUTHBEARER_HEADER_URLENCODE_DOC { get; }

Property Value

String

SASL_OAUTHBEARER_JWKS_ENDPOINT_REFRESH_MS

public static String SASL_OAUTHBEARER_JWKS_ENDPOINT_REFRESH_MS { get; }

Property Value

String

SASL_OAUTHBEARER_JWKS_ENDPOINT_REFRESH_MS_DOC

public static String SASL_OAUTHBEARER_JWKS_ENDPOINT_REFRESH_MS_DOC { get; }

Property Value

String

SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MAX_MS

public static String SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MAX_MS { get; }

Property Value

String

SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MAX_MS_DOC

public static String SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MAX_MS_DOC { get; }

Property Value

String

SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MS

public static String SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MS { get; }

Property Value

String

SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MS_DOC

public static String SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MS_DOC { get; }

Property Value

String

SASL_OAUTHBEARER_JWKS_ENDPOINT_URL

public static String SASL_OAUTHBEARER_JWKS_ENDPOINT_URL { get; }

Property Value

String

SASL_OAUTHBEARER_JWKS_ENDPOINT_URL_DOC

public static String SASL_OAUTHBEARER_JWKS_ENDPOINT_URL_DOC { get; }

Property Value

String

SASL_OAUTHBEARER_SCOPE_CLAIM_NAME

public static String SASL_OAUTHBEARER_SCOPE_CLAIM_NAME { get; }

Property Value

String

SASL_OAUTHBEARER_SCOPE_CLAIM_NAME_DOC

public static String SASL_OAUTHBEARER_SCOPE_CLAIM_NAME_DOC { get; }

Property Value

String

SASL_OAUTHBEARER_SUB_CLAIM_NAME

public static String SASL_OAUTHBEARER_SUB_CLAIM_NAME { get; }

Property Value

String

SASL_OAUTHBEARER_SUB_CLAIM_NAME_DOC

public static String SASL_OAUTHBEARER_SUB_CLAIM_NAME_DOC { get; }

Property Value

String

SASL_OAUTHBEARER_TOKEN_ENDPOINT_URL

public static String SASL_OAUTHBEARER_TOKEN_ENDPOINT_URL { get; }

Property Value

String

SASL_OAUTHBEARER_TOKEN_ENDPOINT_URL_DOC

public static String SASL_OAUTHBEARER_TOKEN_ENDPOINT_URL_DOC { get; }

Property Value

String

Methods

AddClientSaslSupport(ConfigDef)

public static void AddClientSaslSupport(ConfigDef arg0)

Parameters

arg0 ConfigDef

ConfigDef