GoldengateJavaMessageServiceConnectionProperties constructor
GoldengateJavaMessageServiceConnectionProperties({
- String? authenticationType,
- String? connectionFactory,
- String? connectionUrl,
- String? jndiConnectionFactory,
- String? jndiInitialContextFactory,
- String? jndiProviderUrl,
- String? jndiSecurityCredentialsSecret,
- String? jndiSecurityPrincipal,
- String? keyStoreFile,
- String? keyStorePassword,
- String? keyStorePasswordSecretVersion,
- String? password,
- String? passwordSecretVersion,
- String? securityProtocol,
- String? sslKeyPassword,
- String? sslKeyPasswordSecretVersion,
- String? technologyType,
- String? trustStoreFile,
- String? trustStorePassword,
- String? trustStorePasswordSecretVersion,
- bool? useJndi,
- String? username,
Implementation
GoldengateJavaMessageServiceConnectionProperties({
this.authenticationType,
this.connectionFactory,
this.connectionUrl,
this.jndiConnectionFactory,
this.jndiInitialContextFactory,
this.jndiProviderUrl,
this.jndiSecurityCredentialsSecret,
this.jndiSecurityPrincipal,
this.keyStoreFile,
this.keyStorePassword,
this.keyStorePasswordSecretVersion,
this.password,
this.passwordSecretVersion,
this.securityProtocol,
this.sslKeyPassword,
this.sslKeyPasswordSecretVersion,
this.technologyType,
this.trustStoreFile,
this.trustStorePassword,
this.trustStorePasswordSecretVersion,
this.useJndi,
this.username,
});