Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-03


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<PDPInfoEntry> 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<PDPInfoEntry> getPDPInfos()
                                         throws PolicyStoreException
Gets all PDP instances
Returns:
Throws:
PolicyStoreException - if something error happens in the policy store.

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-03


Copyright © 2011, 2013 Oracle. All rights reserved.