Interface Security
- All Superinterfaces:
JCAMetadata,SecurityMetadata,Serializable,ValidatableMetadata
A Security.
- Author:
- Stefano Maestri
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionget the security domain for pure security-domain security managementget the security domain for security-domain/application hybrid security managementbooleanIndicates that app supplied parameters (such as from getConnection(user, pw)) are used to distinguish connections in the pool.Methods inherited from interface org.jboss.jca.common.api.metadata.common.SecurityMetadata
resolveSecurityDomainMethods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
-
Method Details
-
getSecurityDomain
String getSecurityDomain()get the security domain for pure security-domain security management- Returns:
- the security-domain to use
-
getSecurityDomainAndApplication
String getSecurityDomainAndApplication()get the security domain for security-domain/application hybrid security management- Returns:
- the security-domain to use
-
isApplication
boolean isApplication()Indicates that app supplied parameters (such as from getConnection(user, pw)) are used to distinguish connections in the pool.- Returns:
- the boolean indicating the appl supplier is considered or not. Default false.
-