Class IdmPropertySet

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

public class IdmPropertySet extends Object
Holds the list of Identity Store properties.
Since:
OAM 11.1.1.2.0
  • Constructor Details

    • IdmPropertySet

      public IdmPropertySet()
  • Method Details

    • getProperty

      public IdStoreProperty getProperty<wbr>(String pname)
      Parameters:
      pname - name of the property.
      Returns:
      IdStoreProperty object.
    • setProperty

      public void setProperty<wbr>(String pname, IdStoreProperty prop)
      sets the property to the PropertySet.
      Parameters:
      pname -
      prop - IdStoreProperty object.
    • getAll

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