public class ConnectionDefinitionPropertiesImpl extends Object implements ConnectionDefinitionProperties
ConnectionDefinitionProperties.Attribute, ConnectionDefinitionProperties.Tag| Constructor and Description |
|---|
ConnectionDefinitionPropertiesImpl(PoolParams poolParams,
Logging logging,
TransactionSupport trans,
String authMech,
Boolean reAuthSupport,
ConfigProperties props,
String resAuth)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationMechanism()
getAuthenticationMechanism
|
Logging |
getLogging()
getLogging
|
PoolParams |
getPoolParams()
getPoolParams
|
ConfigProperties |
getProperties()
getProperties
|
Boolean |
getReauthenticationSupport()
getReauthenticationSupport
|
String |
getResAuth()
getResAuth
|
TransactionSupport |
getTransactionSupport()
getTransactionSupport
|
public ConnectionDefinitionPropertiesImpl(PoolParams poolParams, Logging logging, TransactionSupport trans, String authMech, Boolean reAuthSupport, ConfigProperties props, String resAuth)
poolParams - PoolParamslogging - Loggingtrans - TransactionSupportauthMech - authMechreAuthSupport - reAuthSupportprops - ConfigPropertiesresAuth - resAuthpublic PoolParams getPoolParams()
ConnectionDefinitionPropertiesgetPoolParams in interface ConnectionDefinitionPropertiespublic Logging getLogging()
ConnectionDefinitionPropertiesgetLogging in interface ConnectionDefinitionPropertiespublic TransactionSupport getTransactionSupport()
ConnectionDefinitionPropertiesgetTransactionSupport in interface ConnectionDefinitionPropertiespublic String getAuthenticationMechanism()
ConnectionDefinitionPropertiesgetAuthenticationMechanism in interface ConnectionDefinitionPropertiespublic Boolean getReauthenticationSupport()
ConnectionDefinitionPropertiesgetReauthenticationSupport in interface ConnectionDefinitionPropertiespublic ConfigProperties getProperties()
ConnectionDefinitionPropertiesgetProperties in interface ConnectionDefinitionPropertiespublic String getResAuth()
ConnectionDefinitionPropertiesgetResAuth in interface ConnectionDefinitionPropertiesCopyright © 2021 JBoss by Red Hat. All rights reserved.