Enum GoldengateKafkaSchemaRegistryConnectionProperties.AuthenticationType (0.42.0)

public enum GoldengateKafkaSchemaRegistryConnectionProperties.AuthenticationType extends Enum<GoldengateKafkaSchemaRegistryConnectionProperties.AuthenticationType> implements ProtocolMessageEnum

Enum for authentication mechanism to access Schema Registry.

Protobuf enum google.cloud.oracledatabase.v1.GoldengateKafkaSchemaRegistryConnectionProperties.AuthenticationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTHENTICATION_TYPE_UNSPECIFIED

Authentication type not specified.

AUTHENTICATION_TYPE_UNSPECIFIED = 0;

AUTHENTICATION_TYPE_UNSPECIFIED_VALUE

Authentication type not specified.

AUTHENTICATION_TYPE_UNSPECIFIED = 0;

BASIC

Basic authentication.

BASIC = 2;

BASIC_VALUE

Basic authentication.

BASIC = 2;

MUTUAL

Mutual authentication.

MUTUAL = 3;

MUTUAL_VALUE

Mutual authentication.

MUTUAL = 3;

NONE

No authentication.

NONE = 1;

NONE_VALUE

No authentication.

NONE = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()