public interface PDPInfoViewer
Modifier and Type | Method and Description |
---|---|
PDPInfoEntry |
getPDPInfo(java.lang.String pdpAddress)
Gets the PDP instance according to the address of PDP
|
java.util.List |
getPDPInfos()
Gets all PDP instances
|
PDPInfoEntry getPDPInfo(java.lang.String pdpAddress) throws PolicyStoreException
pdpAddress
- the address of PDPPolicyStoreException
- if something error happens in the policy store.java.util.List getPDPInfos() throws PolicyStoreException
PolicyStoreException
- if something error happens in the policy store.