Uses of Class
com.oracle.bmc.goldengate.model.JavaMessageServiceConnection.SecurityProtocol
-
Packages that use JavaMessageServiceConnection.SecurityProtocol Package Description com.oracle.bmc.goldengate.model -
-
Uses of JavaMessageServiceConnection.SecurityProtocol in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return JavaMessageServiceConnection.SecurityProtocol Modifier and Type Method Description static JavaMessageServiceConnection.SecurityProtocol
JavaMessageServiceConnection.SecurityProtocol. create(String key)
JavaMessageServiceConnection.SecurityProtocol
CreateJavaMessageServiceConnectionDetails. getSecurityProtocol()
Security protocol for Java Message Service.JavaMessageServiceConnection.SecurityProtocol
JavaMessageServiceConnection. getSecurityProtocol()
Security protocol for Java Message Service.JavaMessageServiceConnection.SecurityProtocol
JavaMessageServiceConnectionSummary. getSecurityProtocol()
Security protocol for Java Message Service.JavaMessageServiceConnection.SecurityProtocol
UpdateJavaMessageServiceConnectionDetails. getSecurityProtocol()
Security protocol for Java Message Service.static JavaMessageServiceConnection.SecurityProtocol
JavaMessageServiceConnection.SecurityProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static JavaMessageServiceConnection.SecurityProtocol[]
JavaMessageServiceConnection.SecurityProtocol. 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.SecurityProtocol Modifier and Type Method Description CreateJavaMessageServiceConnectionDetails.Builder
CreateJavaMessageServiceConnectionDetails.Builder. securityProtocol(JavaMessageServiceConnection.SecurityProtocol securityProtocol)
Security protocol for Java Message Service.JavaMessageServiceConnection.Builder
JavaMessageServiceConnection.Builder. securityProtocol(JavaMessageServiceConnection.SecurityProtocol securityProtocol)
Security protocol for Java Message Service.JavaMessageServiceConnectionSummary.Builder
JavaMessageServiceConnectionSummary.Builder. securityProtocol(JavaMessageServiceConnection.SecurityProtocol securityProtocol)
Security protocol for Java Message Service.UpdateJavaMessageServiceConnectionDetails.Builder
UpdateJavaMessageServiceConnectionDetails.Builder. securityProtocol(JavaMessageServiceConnection.SecurityProtocol securityProtocol)
Security protocol for Java Message Service.Constructors in com.oracle.bmc.goldengate.model with parameters of type JavaMessageServiceConnection.SecurityProtocol 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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, 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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, 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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, 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, Map<String,Map<String,Object>> securityAttributes, 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.
-