Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static KafkaSchemaRegistryConnection.AuthenticationType |
KafkaSchemaRegistryConnection.AuthenticationType.create(String key) |
KafkaSchemaRegistryConnection.AuthenticationType |
KafkaSchemaRegistryConnectionSummary.getAuthenticationType()
Used authentication mechanism to access Schema Registry.
|
KafkaSchemaRegistryConnection.AuthenticationType |
UpdateKafkaSchemaRegistryConnectionDetails.getAuthenticationType()
Used authentication mechanism to access Schema Registry.
|
KafkaSchemaRegistryConnection.AuthenticationType |
KafkaSchemaRegistryConnection.getAuthenticationType()
Used authentication mechanism to access Schema Registry.
|
KafkaSchemaRegistryConnection.AuthenticationType |
CreateKafkaSchemaRegistryConnectionDetails.getAuthenticationType()
Used authentication mechanism to access Schema Registry.
|
static KafkaSchemaRegistryConnection.AuthenticationType |
KafkaSchemaRegistryConnection.AuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaSchemaRegistryConnection.AuthenticationType[] |
KafkaSchemaRegistryConnection.AuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KafkaSchemaRegistryConnectionSummary.Builder |
KafkaSchemaRegistryConnectionSummary.Builder.authenticationType(KafkaSchemaRegistryConnection.AuthenticationType authenticationType)
Used authentication mechanism to access Schema Registry.
|
UpdateKafkaSchemaRegistryConnectionDetails.Builder |
UpdateKafkaSchemaRegistryConnectionDetails.Builder.authenticationType(KafkaSchemaRegistryConnection.AuthenticationType authenticationType)
Used authentication mechanism to access Schema Registry.
|
KafkaSchemaRegistryConnection.Builder |
KafkaSchemaRegistryConnection.Builder.authenticationType(KafkaSchemaRegistryConnection.AuthenticationType authenticationType)
Used authentication mechanism to access Schema Registry.
|
CreateKafkaSchemaRegistryConnectionDetails.Builder |
CreateKafkaSchemaRegistryConnectionDetails.Builder.authenticationType(KafkaSchemaRegistryConnection.AuthenticationType authenticationType)
Used authentication mechanism to access Schema Registry.
|
Constructor and Description |
---|
CreateKafkaSchemaRegistryConnectionDetails(String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<AddResourceLockDetails> locks,
String vaultId,
String keyId,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
Boolean doesUseSecretIds,
KafkaSchemaRegistryConnection.TechnologyType technologyType,
String url,
KafkaSchemaRegistryConnection.AuthenticationType authenticationType,
String username,
String password,
String passwordSecretId,
String trustStore,
String trustStoreSecretId,
String trustStorePassword,
String trustStorePasswordSecretId,
String keyStore,
String keyStoreSecretId,
String keyStorePassword,
String keyStorePasswordSecretId,
String sslKeyPassword,
String sslKeyPasswordSecretId,
String privateIp)
Deprecated.
|
KafkaSchemaRegistryConnection(String id,
String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Connection.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
List<ResourceLock> locks,
String vaultId,
String keyId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
Boolean doesUseSecretIds,
KafkaSchemaRegistryConnection.TechnologyType technologyType,
String url,
KafkaSchemaRegistryConnection.AuthenticationType authenticationType,
String username,
String privateIp,
String passwordSecretId,
String trustStoreSecretId,
String trustStorePasswordSecretId,
String keyStoreSecretId,
String keyStorePasswordSecretId,
String sslKeyPasswordSecretId)
Deprecated.
|
KafkaSchemaRegistryConnectionSummary(String id,
String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Connection.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String vaultId,
String keyId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
List<ResourceLock> locks,
Boolean doesUseSecretIds,
KafkaSchemaRegistryConnection.TechnologyType technologyType,
String url,
KafkaSchemaRegistryConnection.AuthenticationType authenticationType,
String username,
String privateIp,
String passwordSecretId,
String trustStoreSecretId,
String trustStorePasswordSecretId,
String keyStoreSecretId,
String keyStorePasswordSecretId,
String sslKeyPasswordSecretId)
Deprecated.
|
UpdateKafkaSchemaRegistryConnectionDetails(String displayName,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String vaultId,
String keyId,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
Boolean doesUseSecretIds,
String url,
KafkaSchemaRegistryConnection.AuthenticationType authenticationType,
String username,
String password,
String passwordSecretId,
String trustStore,
String trustStoreSecretId,
String trustStorePassword,
String trustStorePasswordSecretId,
String keyStore,
String keyStoreSecretId,
String keyStorePassword,
String keyStorePasswordSecretId,
String sslKeyPassword,
String sslKeyPasswordSecretId,
String privateIp)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.