Interface Security
-
- All Superinterfaces:
JCAMetadata,SecurityMetadata,Serializable,ValidatableMetadata
public interface Security extends JCAMetadata, ValidatableMetadata, SecurityMetadata
A Security.- Author:
- Stefano Maestri
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecurity.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSecurityDomain()get the security domain for pure security-domain security managementStringgetSecurityDomainAndApplication()get the security domain for security-domain/application hybrid security managementbooleanisApplication()Indicates 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
resolveSecurityDomain
-
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
-
-
-
-
Method Detail
-
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.
-
-