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 enum 
    A Tag.
  • Method Summary

    Modifier and Type
    Method
    Description
    get the security domain for pure security-domain security management
    get the security domain for security-domain/application hybrid security management
    boolean
    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 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.