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.az.service
Interface PIPService

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

public interface PIPService
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/PIPService.java /main/2 2010/11/29 01:17:23 acao Exp $
Author:
srmanjun

Nested Class Summary
static class PIPService.PIPType
          Policy Information Point type represented by the service

 

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

 

Method Summary
 java.util.Set<java.lang.String> getAttributeNames()
          Get all attributes configured for this PIP; Applicable to PIPs of type RDBMS or LDAP.
 java.util.Map<java.lang.String,java.lang.String> getAttributeProperties(java.lang.String attributeName)
          Get all properties configured for a given PIP attribute; Applicable to PIPs of type RDBMS or LDAP only.
 java.util.Map<java.lang.String,java.lang.String> getProperties()
          Returns the configured properties for this PIP itself; for getting attributes of the PIPs attribute, use getAttributeProperties(attributeName) method.

 

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

getProperties

java.util.Map<java.lang.String,java.lang.String> getProperties()
Returns the configured properties for this PIP itself; for getting attributes of the PIPs attribute, use getAttributeProperties(attributeName) method.
Returns:
return Map <String, String> of properties set for the pip, with name of the property, <String> value of the property

getAttributeNames

java.util.Set<java.lang.String> getAttributeNames()
Get all attributes configured for this PIP; Applicable to PIPs of type RDBMS or LDAP.
Returns:
list of attribute names

getAttributeProperties

java.util.Map<java.lang.String,java.lang.String> getAttributeProperties(java.lang.String attributeName)
Get all properties configured for a given PIP attribute; Applicable to PIPs of type RDBMS or LDAP only.
Returns:
return Map <String, String> of properties set for the pip attribute, with name of the property, <String> value of the property

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.