public static enum KafkaSchemaRegistryConnection.AuthenticationType extends Enum<KafkaSchemaRegistryConnection.AuthenticationType> implements BmcEnum
Used authentication mechanism to access Schema Registry.
Enum Constant and Description |
---|
Basic |
Mutual |
None |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static KafkaSchemaRegistryConnection.AuthenticationType |
create(String key) |
String |
getValue() |
static KafkaSchemaRegistryConnection.AuthenticationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaSchemaRegistryConnection.AuthenticationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KafkaSchemaRegistryConnection.AuthenticationType None
public static final KafkaSchemaRegistryConnection.AuthenticationType Basic
public static final KafkaSchemaRegistryConnection.AuthenticationType Mutual
public static final KafkaSchemaRegistryConnection.AuthenticationType UnknownEnumValue
public static KafkaSchemaRegistryConnection.AuthenticationType[] values()
for (KafkaSchemaRegistryConnection.AuthenticationType c : KafkaSchemaRegistryConnection.AuthenticationType.values()) System.out.println(c);
public static KafkaSchemaRegistryConnection.AuthenticationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static KafkaSchemaRegistryConnection.AuthenticationType create(String key)
Copyright © 2016–2024. All rights reserved.