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 PDPInfoEntry


public interface PDPInfoEntry

PDPInfoEntry represents the registration information of a PDP instance, including PDP address, binding name, instance name, and the application and version pairs bounds to this PDP.


Method Summary
 java.lang.String getAddress()
          Gets 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 name, which is provided in the PDP registration request.
 java.lang.String getSMName()
          Gets the SM name, which is provided in the PDP registration request.
 long getVersion()
          Gets current application version in the PDP.

 

Method Detail

getAddress

java.lang.String getAddress()
Gets 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.

getSMName

java.lang.String getSMName()
Gets the SM name, which is provided in the PDP registration request.
Returns:
the PDP binding name.

getInstanceName

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

getVersion

long getVersion()
Gets current application version in the PDP.
Returns:
application version. -1 : if the application is not distributed to this PDP.

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.