Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and 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 |
UpdateJavaMessageServiceConnectionDetails.getSecurityProtocol()
Security protocol for Java Message Service.
|
JavaMessageServiceConnection.SecurityProtocol |
JavaMessageServiceConnectionSummary.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.
|
Modifier and Type | Method and 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.
|
UpdateJavaMessageServiceConnectionDetails.Builder |
UpdateJavaMessageServiceConnectionDetails.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.
|
Constructor and 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.
|
Copyright © 2016–2025. All rights reserved.