Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.service.policystore.info.distribution
Interface PDPStatusEntry


public interface PDPStatusEntry

PDPStatusEntry represents the distribution status of one PDP instance, including PDP address, instance name and distribution result.


Method Summary
 java.lang.String getAddress()
          Gets the PDP Web Service endpoint (for example, https://bjlinux6:7912/servlet/AxisServlet/arme), which is provided in the PDP registration request.
 java.lang.String getInstanceName()
          Gets the PDP instance descriptive name, which is provided in the PDP registration request.
 boolean isSuccess()
          Tests whether the distribution to this PDP is success.

 

Method Detail

getAddress

java.lang.String getAddress()
Gets the PDP Web Service endpoint (for example, https://bjlinux6:7912/servlet/AxisServlet/arme), which is provided in the PDP registration request. Null will be returned for local PDP instance.
Returns:
the PDP Web Service endpoint.

getInstanceName

java.lang.String getInstanceName()
Gets the PDP instance descriptive name, which is provided in the PDP registration request.
Returns:
PDP instance name.

isSuccess

boolean isSuccess()
Tests whether the distribution to this PDP is success.
Returns:
true if the distribution to this PDP is success; false otherwise .

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.