org.jboss.jca.common.api.metadata.common
Interface CommonSecurity

All Superinterfaces:
JCAMetadata, Serializable, ValidatableMetadata

public interface CommonSecurity
extends JCAMetadata, ValidatableMetadata

A Security.

Author:
Stefano Maestri

Nested Class Summary
static class CommonSecurity.Tag
          A Tag.
 
Method Summary
 String getSecurityDomain()
          get the security domain for pure security-domain security management
 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.
 
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.


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)