Package com.ibm.ws.javaee.dd.appbnd
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>.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringXMI_BND_NAMEstatic java.lang.StringXML_BND_NAME
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description JASPIRefgetJASPIRef()java.util.List<Profile>getProfiles()java.util.List<SecurityRole>getSecurityRoles()java.lang.StringgetVersion()- 
Methods inherited from interface com.ibm.ws.javaee.dd.DeploymentDescriptorgetComponentForId, getDeploymentDescriptorPath, getIdForComponent
 - 
Methods inherited from interface com.ibm.ws.javaee.dd.commonbnd.RefBindingsGroupgetDataSources, getEJBRefs, getEnvEntries, getMessageDestinationRefs, getResourceEnvRefs, getResourceRefs
 
- 
 
- 
- 
- 
Field Detail- 
XML_BND_NAMEstatic final java.lang.String XML_BND_NAME - See Also:
- Constant Field Values
 
 - 
XMI_BND_NAMEstatic final java.lang.String XMI_BND_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getVersionjava.lang.String getVersion() - Returns:
- version="..." attribute value
 
 - 
getSecurityRolesjava.util.List<SecurityRole> getSecurityRoles() - Returns:
- <security-role> as a read-only list
 
 - 
getProfilesjava.util.List<Profile> getProfiles() - Returns:
- <profile> as a read-only list
 
 - 
getJASPIRefJASPIRef getJASPIRef() - Returns:
- <jaspi-ref>, or null if unspecified
 
 
- 
 
-