public interface CommonSecurity extends JCAMetadata, ValidatableMetadata
Modifier and Type | Interface and Description |
---|---|
static class |
CommonSecurity.Tag
A Tag.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSecurityDomain()
get the security domain for pure security-domain security management
|
java.lang.String |
getSecurityDomainAndApplication()
get the security domain for security-domain/application hybrid security management
|
boolean |
isApplication()
Indicates that app supplied parameters (such as from getConnection(user, pw))
are used to distinguish connections in the pool.
|
validate
java.lang.String getSecurityDomain()
java.lang.String getSecurityDomainAndApplication()
boolean isApplication()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)