public interface PDPAppInfoEntry
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppName()
returns application policy name
|
long |
getAppVersion()
returns application policy distribution version in the PDP instance
|
StatisticsData<java.lang.Long> |
getAuthzThroughput()
Returns Authorization throughput statistics of this application policy The statistics data is authorization requests processed in each time interval
|
java.util.Date |
getDistributionTime()
returns application policy last distribution time for the PDP instance
|
java.util.Map<EntryReference.EntryType,java.lang.Long> |
getPolicyObjectsCount()
Returns policy object count by entry type in PDP for this application policy
|
java.lang.String getAppName()
long getAppVersion()
java.util.Date getDistributionTime()
StatisticsData<java.lang.Long> getAuthzThroughput()
java.util.Map<EntryReference.EntryType,java.lang.Long> getPolicyObjectsCount()