Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2.1.0)

E27137-02


oracle.security.am.engines.common.identity.api
Class IdmPropertySet

java.lang.Object
  extended by oracle.security.am.engines.common.identity.api.IdmPropertySet


public class IdmPropertySet
extends java.lang.Object

Holds the list of Identity Store properties.

Since:
OAM 11.1.1.2.0

Constructor Summary
IdmPropertySet()
           

 

Method Summary
 java.util.Iterator getAll()
          returns all the attributes in the property set.
 IdStoreProperty getProperty(java.lang.String pname)
           
 void setProperty(java.lang.String pname, IdStoreProperty prop)
          sets the property to the PropertySet.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

IdmPropertySet

public IdmPropertySet()

Method Detail

getProperty

public IdStoreProperty getProperty(java.lang.String pname)
Parameters:
pname - name of the property.
Returns:
IdStoreProperty object.

setProperty

public void setProperty(java.lang.String pname,
                        IdStoreProperty prop)
sets the property to the PropertySet.
Parameters:
pname -
prop - IdStoreProperty object.

getAll

public java.util.Iterator getAll()
returns all the attributes in the property set.
Returns:

Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2.1.0)

E27137-02


Copyright © 2013, Oracle Corp. All Rights Reserved.