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
-
-
Field Summary
Fields Modifier and Type Field Description static intVERSION_1_2static java.lang.StringVERSION_1_2_STRstatic intVERSION_1_3static java.lang.StringVERSION_1_3_STRstatic intVERSION_1_4static java.lang.StringVERSION_1_4_STRstatic java.lang.String[]VERSION_STRSstatic int[]VERSIONSstatic java.lang.StringXMI_BND_NAMEstatic java.lang.StringXML_BND_NAME
-
Method Summary
All 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.DeploymentDescriptor
getComponentForId, getDeploymentDescriptorPath, 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:
- Constant Field Values
-
XMI_BND_NAME
static final java.lang.String XMI_BND_NAME
- See Also:
- Constant Field Values
-
VERSION_1_2
static final int VERSION_1_2
- See Also:
- Constant Field Values
-
VERSION_1_3
static final int VERSION_1_3
- See Also:
- Constant Field Values
-
VERSION_1_4
static final int VERSION_1_4
- See Also:
- Constant Field Values
-
VERSIONS
static final int[] VERSIONS
-
VERSION_1_2_STR
static final java.lang.String VERSION_1_2_STR
- See Also:
- Constant Field Values
-
VERSION_1_3_STR
static final java.lang.String VERSION_1_3_STR
- See Also:
- Constant Field Values
-
VERSION_1_4_STR
static final java.lang.String VERSION_1_4_STR
- See Also:
- Constant Field Values
-
VERSION_STRS
static final java.lang.String[] VERSION_STRS
-
-
Method Detail
-
getVersion
java.lang.String getVersion()
-
getSecurityRoles
java.util.List<SecurityRole> getSecurityRoles()
-
getProfiles
java.util.List<Profile> getProfiles()
-
getJASPIRef
JASPIRef getJASPIRef()
-
-