Uses of Class
com.oracle.bmc.goldengate.model.KafkaSchemaRegistryConnection.AuthenticationType
-
Packages that use KafkaSchemaRegistryConnection.AuthenticationType Package Description com.oracle.bmc.goldengate.model -
-
Uses of KafkaSchemaRegistryConnection.AuthenticationType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return KafkaSchemaRegistryConnection.AuthenticationType Modifier and Type Method Description static KafkaSchemaRegistryConnection.AuthenticationType
KafkaSchemaRegistryConnection.AuthenticationType. create(String key)
KafkaSchemaRegistryConnection.AuthenticationType
CreateKafkaSchemaRegistryConnectionDetails. getAuthenticationType()
Used authentication mechanism to access Schema Registry.KafkaSchemaRegistryConnection.AuthenticationType
KafkaSchemaRegistryConnection. getAuthenticationType()
Used authentication mechanism to access Schema Registry.KafkaSchemaRegistryConnection.AuthenticationType
KafkaSchemaRegistryConnectionSummary. getAuthenticationType()
Used authentication mechanism to access Schema Registry.KafkaSchemaRegistryConnection.AuthenticationType
UpdateKafkaSchemaRegistryConnectionDetails. 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.Methods in com.oracle.bmc.goldengate.model with parameters of type KafkaSchemaRegistryConnection.AuthenticationType Modifier and Type Method Description CreateKafkaSchemaRegistryConnectionDetails.Builder
CreateKafkaSchemaRegistryConnectionDetails.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.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.Constructors in com.oracle.bmc.goldengate.model with parameters of type KafkaSchemaRegistryConnection.AuthenticationType Constructor 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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, 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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, 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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, 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, Map<String,Map<String,Object>> securityAttributes, 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.
-