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 | Method and Description | 
|---|---|
String | 
getApplicationIdentifier()
Get the application identifier. 
 | 
String | 
getComponentName()
Get the component name. 
 | 
ApplicationInfo.ComponentType | 
getComponentType()
Get the type of component. 
 | 
String getApplicationIdentifier()
String getComponentName()
ApplicationInfo.ComponentType getComponentType()