Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E53425-01


oracle.security.jps.service.policystore.entitymanager
Interface PDPInfoViewer


public interface PDPInfoViewer

The PDPInfoViewer provides access to PDP instances running information

Author:
acao

Method Summary
 PDPInfoEntry getPDPInfo(java.lang.String pdpAddress)
          Gets the PDP instance according to the address of PDP
 java.util.List getPDPInfos()
          Gets all PDP instances

 

Method Detail

getPDPInfo

PDPInfoEntry getPDPInfo(java.lang.String pdpAddress)
                        throws PolicyStoreException
Gets the PDP instance according to the address of PDP
Parameters:
pdpAddress - the address of PDP
Returns:
one PDPInfoEntry instance
Throws:
PolicyStoreException - if something error happens in the policy store.

getPDPInfos

java.util.List getPDPInfos()
                           throws PolicyStoreException
Gets all PDP instances
Returns:
Throws:
PolicyStoreException - if something error happens in the policy store.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E53425-01


Copyright © 2009,2015, Oracle. All rights reserved.