public interface PolicyCollectionInfo
PolicyCollectionInfo passes data about a
 policy set to a security provider and is used by the
 the PolicyConsumer interface.| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getName() | 
 Get the name of the collection. 
 | 
Resource[] | 
getResourceTypes() | 
 Get the resource types used in the policy collection. 
 | 
java.lang.String | 
getTimestamp() | 
 Get the timestamp of the policy. 
 | 
java.lang.String | 
getVersion() | 
 Get the runtime version of the policy. 
 | 
java.lang.String getName()
java.lang.String getVersion()
java.lang.String getTimestamp()
Resource[] getResourceTypes()