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.AuthenticationTypeKafkaSchemaRegistryConnection.AuthenticationType. create(String key)KafkaSchemaRegistryConnection.AuthenticationTypeCreateKafkaSchemaRegistryConnectionDetails. getAuthenticationType()Used authentication mechanism to access Schema Registry.KafkaSchemaRegistryConnection.AuthenticationTypeKafkaSchemaRegistryConnection. getAuthenticationType()Used authentication mechanism to access Schema Registry.KafkaSchemaRegistryConnection.AuthenticationTypeKafkaSchemaRegistryConnectionSummary. getAuthenticationType()Used authentication mechanism to access Schema Registry.KafkaSchemaRegistryConnection.AuthenticationTypeUpdateKafkaSchemaRegistryConnectionDetails. getAuthenticationType()Used authentication mechanism to access Schema Registry.static KafkaSchemaRegistryConnection.AuthenticationTypeKafkaSchemaRegistryConnection.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.BuilderCreateKafkaSchemaRegistryConnectionDetails.Builder. authenticationType(KafkaSchemaRegistryConnection.AuthenticationType authenticationType)Used authentication mechanism to access Schema Registry.KafkaSchemaRegistryConnection.BuilderKafkaSchemaRegistryConnection.Builder. authenticationType(KafkaSchemaRegistryConnection.AuthenticationType authenticationType)Used authentication mechanism to access Schema Registry.KafkaSchemaRegistryConnectionSummary.BuilderKafkaSchemaRegistryConnectionSummary.Builder. authenticationType(KafkaSchemaRegistryConnection.AuthenticationType authenticationType)Used authentication mechanism to access Schema Registry.UpdateKafkaSchemaRegistryConnectionDetails.BuilderUpdateKafkaSchemaRegistryConnectionDetails.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, 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.
-