com.ibm.ws.javaee.dd.appbnd
Interface ApplicationBnd
All Superinterfaces:
com.ibm.ws.javaee.dd.DeploymentDescriptor, com.ibm.ws.javaee.dd.commonbnd.RefBindingsGroup
- public interface ApplicationBnd
- extends com.ibm.ws.javaee.dd.DeploymentDescriptor, com.ibm.ws.javaee.dd.commonbnd.RefBindingsGroup
Field Summary
Modifier and Type | Field and Description |
---|---|
|
XMI_BND_NAME
|
|
XML_BND_NAME
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getJASPIRef()
|
|
getProfiles()
|
|
getSecurityRoles()
|
|
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
- static final java.lang.String XML_BND_NAME
See Also:
XMI_BND_NAME
- static final java.lang.String XMI_BND_NAME
See Also:
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
- com.ibm.ws.javaee.dd.commonbnd.JASPIRef getJASPIRef( )
Returns:
<jaspi-ref>, or null if unspecified