Interface ConnectionDefinitionProperties
- All Superinterfaces:
Serializable,WlsMetadata
- All Known Implementing Classes:
ConnectionDefinitionPropertiesImpl
A generic ConnectionDefinitionProperties.
- Author:
- Jeff Zhang
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumA Attribute.static enumA Tag. -
Method Summary
Modifier and TypeMethodDescriptiongetAuthenticationMechanismgetLogginggetPoolParamsgetPropertiesgetReauthenticationSupportgetResAuthgetTransactionSupport
-
Method Details
-
getPoolParams
PoolParams getPoolParams()getPoolParams- Returns:
- the PoolParams
-
getLogging
Logging getLogging()getLogging- Returns:
- the Logging
-
getTransactionSupport
TransactionSupport getTransactionSupport()getTransactionSupport- Returns:
- the transactionSupport
-
getAuthenticationMechanism
String getAuthenticationMechanism()getAuthenticationMechanism- Returns:
- the AuthenticationMechanism
-
getReauthenticationSupport
Boolean getReauthenticationSupport()getReauthenticationSupport- Returns:
- bool ReauthenticationSupport
-
getProperties
ConfigProperties getProperties()getProperties- Returns:
- the ConfigProperties
-
getResAuth
String getResAuth()getResAuth- Returns:
- the ResAuth
-