com.ibm.ws.javaee.dd.appbnd

Interface ApplicationBnd

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

  1. public interface ApplicationBnd
  2. extends com.ibm.ws.javaee.dd.DeploymentDescriptor, com.ibm.ws.javaee.dd.commonbnd.RefBindingsGroup
Represents <application-bnd>.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
XMI_BND_NAME
  1. static
  2. java.lang.String
XML_BND_NAME

Method Summary

Modifier and Type Method and Description
  1. com.ibm.ws.javaee.dd.commonbnd.JASPIRef
getJASPIRef()
  1. java.util.List<Profile>
getProfiles()
  1. java.util.List<SecurityRole>
getSecurityRoles()
  1. java.lang.String
getVersion()
Methods inherited from interface com.ibm.ws.javaee.dd.DeploymentDescriptor
getComponentForId, getIdForComponent
Methods inherited from interface com.ibm.ws.javaee.dd.commonbnd.RefBindingsGroup
getDataSources, getEJBRefs, getEnvEntries, getMessageDestinationRefs, getResourceEnvRefs, getResourceRefs

Field Detail

XML_BND_NAME

  1. static final java.lang.String XML_BND_NAME
See Also:

XMI_BND_NAME

  1. static final java.lang.String XMI_BND_NAME
See Also:

Method Detail

getVersion

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

getSecurityRoles

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

getProfiles

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

getJASPIRef

  1. com.ibm.ws.javaee.dd.commonbnd.JASPIRef getJASPIRef( )
Returns:
<jaspi-ref>, or null if unspecified