public interface ApplicationInfo
ApplicationInfo passes data about an
 application deployment to a security provider and is used in
 the DeployableAuthorizationProviderV2 and
 DeployableRoleProviderV2 interfaces.| Modifier and Type | Interface | Description | 
|---|---|---|
static class  | 
ApplicationInfo.ComponentType | 
 A  
ComponentType represents the component type
 for the application that is being deployed and is used within
 an ApplicationInfo interface. | 
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getApplicationIdentifier() | 
 Get the application identifier. 
 | 
java.lang.String | 
getComponentName() | 
 Get the component name. 
 | 
ApplicationInfo.ComponentType | 
getComponentType() | 
 Get the type of component. 
 | 
java.lang.String getApplicationIdentifier()
java.lang.String getComponentName()
ApplicationInfo.ComponentType getComponentType()