Interface ApplicationBnd

  • All Superinterfaces:
    com.ibm.ws.javaee.dd.DeploymentDescriptor, RefBindingsGroup

    public interface ApplicationBnd
    extends com.ibm.ws.javaee.dd.DeploymentDescriptor, RefBindingsGroup
    Represents <application-bnd>.
    • Method Detail

      • getVersion

        java.lang.String getVersion()
        Returns:
        version="..." attribute value
      • getSecurityRoles

        java.util.List<SecurityRole> getSecurityRoles()
        Returns:
        <security-role> as a read-only list
      • getProfiles

        java.util.List<Profile> getProfiles()
        Returns:
        <profile> as a read-only list
      • getJASPIRef

        JASPIRef getJASPIRef()
        Returns:
        <jaspi-ref>, or null if unspecified