Interface ConnectionDefinitionProperties
-
- All Superinterfaces:
Serializable,WlsMetadata
- All Known Implementing Classes:
ConnectionDefinitionPropertiesImpl
public interface ConnectionDefinitionProperties extends WlsMetadata
A generic ConnectionDefinitionProperties.- Author:
- Jeff Zhang
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConnectionDefinitionProperties.AttributeA Attribute.static classConnectionDefinitionProperties.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthenticationMechanism()getAuthenticationMechanismLogginggetLogging()getLoggingPoolParamsgetPoolParams()getPoolParamsConfigPropertiesgetProperties()getPropertiesBooleangetReauthenticationSupport()getReauthenticationSupportStringgetResAuth()getResAuthTransactionSupportgetTransactionSupport()getTransactionSupport
-
-
-
Method Detail
-
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
-
-