Uses of Class
com.oracle.bmc.goldengate.model.JavaMessageServiceConnection.AuthenticationType
-
Packages that use JavaMessageServiceConnection.AuthenticationType Package Description com.oracle.bmc.goldengate.model -
-
Uses of JavaMessageServiceConnection.AuthenticationType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return JavaMessageServiceConnection.AuthenticationType Modifier and Type Method Description static JavaMessageServiceConnection.AuthenticationType
JavaMessageServiceConnection.AuthenticationType. create(String key)
JavaMessageServiceConnection.AuthenticationType
CreateJavaMessageServiceConnectionDetails. getAuthenticationType()
Authentication type for Java Message Service.JavaMessageServiceConnection.AuthenticationType
JavaMessageServiceConnection. getAuthenticationType()
Authentication type for Java Message Service.JavaMessageServiceConnection.AuthenticationType
JavaMessageServiceConnectionSummary. getAuthenticationType()
Authentication type for Java Message Service.JavaMessageServiceConnection.AuthenticationType
UpdateJavaMessageServiceConnectionDetails. getAuthenticationType()
Authentication type for Java Message Service.static JavaMessageServiceConnection.AuthenticationType
JavaMessageServiceConnection.AuthenticationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JavaMessageServiceConnection.AuthenticationType[]
JavaMessageServiceConnection.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 JavaMessageServiceConnection.AuthenticationType Modifier and Type Method Description CreateJavaMessageServiceConnectionDetails.Builder
CreateJavaMessageServiceConnectionDetails.Builder. authenticationType(JavaMessageServiceConnection.AuthenticationType authenticationType)
Authentication type for Java Message Service.JavaMessageServiceConnection.Builder
JavaMessageServiceConnection.Builder. authenticationType(JavaMessageServiceConnection.AuthenticationType authenticationType)
Authentication type for Java Message Service.JavaMessageServiceConnectionSummary.Builder
JavaMessageServiceConnectionSummary.Builder. authenticationType(JavaMessageServiceConnection.AuthenticationType authenticationType)
Authentication type for Java Message Service.UpdateJavaMessageServiceConnectionDetails.Builder
UpdateJavaMessageServiceConnectionDetails.Builder. authenticationType(JavaMessageServiceConnection.AuthenticationType authenticationType)
Authentication type for Java Message Service.Constructors in com.oracle.bmc.goldengate.model with parameters of type JavaMessageServiceConnection.AuthenticationType Constructor Description CreateJavaMessageServiceConnectionDetails(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, JavaMessageServiceConnection.TechnologyType technologyType, Boolean shouldUseJndi, String jndiConnectionFactory, String jndiProviderUrl, String jndiInitialContextFactory, String jndiSecurityPrincipal, String jndiSecurityCredentials, String jndiSecurityCredentialsSecretId, String connectionUrl, String connectionFactory, String username, String password, String passwordSecretId, JavaMessageServiceConnection.SecurityProtocol securityProtocol, JavaMessageServiceConnection.AuthenticationType authenticationType, String trustStore, String trustStoreSecretId, String trustStorePassword, String trustStorePasswordSecretId, String keyStore, String keyStoreSecretId, String keyStorePassword, String keyStorePasswordSecretId, String sslKeyPassword, String sslKeyPasswordSecretId, String privateIp)
Deprecated.JavaMessageServiceConnection(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, JavaMessageServiceConnection.TechnologyType technologyType, Boolean shouldUseJndi, String jndiConnectionFactory, String jndiProviderUrl, String jndiInitialContextFactory, String jndiSecurityPrincipal, String connectionUrl, String connectionFactory, JavaMessageServiceConnection.SecurityProtocol securityProtocol, JavaMessageServiceConnection.AuthenticationType authenticationType, String username, String privateIp, String jndiSecurityCredentialsSecretId, String passwordSecretId, String trustStoreSecretId, String trustStorePasswordSecretId, String keyStoreSecretId, String keyStorePasswordSecretId, String sslKeyPasswordSecretId)
Deprecated.JavaMessageServiceConnectionSummary(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, JavaMessageServiceConnection.TechnologyType technologyType, Boolean shouldUseJndi, String jndiConnectionFactory, String jndiProviderUrl, String jndiInitialContextFactory, String jndiSecurityPrincipal, String connectionUrl, String connectionFactory, JavaMessageServiceConnection.SecurityProtocol securityProtocol, JavaMessageServiceConnection.AuthenticationType authenticationType, String username, String privateIp, String jndiSecurityCredentialsSecretId, String passwordSecretId, String trustStoreSecretId, String trustStorePasswordSecretId, String keyStoreSecretId, String keyStorePasswordSecretId, String sslKeyPasswordSecretId)
Deprecated.UpdateJavaMessageServiceConnectionDetails(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, Boolean shouldUseJndi, String jndiConnectionFactory, String jndiProviderUrl, String jndiInitialContextFactory, String jndiSecurityPrincipal, String jndiSecurityCredentials, String jndiSecurityCredentialsSecretId, String connectionUrl, String connectionFactory, String username, String password, String passwordSecretId, JavaMessageServiceConnection.SecurityProtocol securityProtocol, JavaMessageServiceConnection.AuthenticationType authenticationType, String trustStore, String trustStoreSecretId, String trustStorePassword, String trustStorePasswordSecretId, String keyStore, String keyStoreSecretId, String keyStorePassword, String keyStorePasswordSecretId, String sslKeyPassword, String sslKeyPasswordSecretId, String privateIp)
Deprecated.
-