Skip navigation links

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

E27155-01 ESAPI


oracle.security.jps.az.service
Interface PDPService

All Superinterfaces:
java.util.EventListener, oracle.security.jps.service.JpsEventListener, oracle.security.jps.service.JpsEventSource, JpsPersistable, ServiceInstance

public interface PDPService
extends ServiceInstance, oracle.security.jps.service.JpsEventListener, oracle.security.jps.service.JpsEventSource
Since:
release specific (what release of product did this appear in)
Version:
$Header: jazn/jps/src/jps-az-api-dir/oracle/security/jps/az/service/PDPService.java /st_entsec_11.1.1.6.0_idm11.1.2.0.0/3 2012/05/20 02:20:29 acao Exp $
Author:
dhgoswam, hsastry

Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.security.jps.service.JpsPersistable
JpsPersistable.Mode

 

Method Summary
 com.bea.security.AuthorizationService getAuthorizationService()
          Returns the AuthorizationService service instance
 PolicyStoreType getPolicyStoreType()
          The type of this policy
 java.util.Map<java.lang.String,java.lang.String> getProperties()
          Returns the configured properties for this instance
 com.bea.security.RoleService getRoleService()
          Returns the RoleService service instance

 

Methods inherited from interface oracle.security.jps.service.ServiceInstance
accept, getName, getServiceProvider

 

Methods inherited from interface oracle.security.jps.service.JpsPersistable
persist, refresh

 

Methods inherited from interface oracle.security.jps.service.JpsEventListener
handle

 

Methods inherited from interface oracle.security.jps.service.JpsEventSource
addEventListener, removeEventListener

 

Method Detail

getAuthorizationService

com.bea.security.AuthorizationService getAuthorizationService()
                                                              throws JpsException
Returns the AuthorizationService service instance
Returns:
the AuthorizationService service instance
Throws:
JpsException - if there is an error

getRoleService

com.bea.security.RoleService getRoleService()
                                            throws JpsException
Returns the RoleService service instance
Returns:
the RoleService service instance
Throws:
JpsException - if there is an error

getPolicyStoreType

PolicyStoreType getPolicyStoreType()
The type of this policy
Returns:
the type of policy

getProperties

java.util.Map<java.lang.String,java.lang.String> getProperties()
Returns the configured properties for this instance
Returns:
The properties

Skip navigation links

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

E27155-01 ESAPI


Copyright © 2011,2012, Oracle and/or its affiliates. All rights reserved.