Class IdmPropertySet
java.lang.Object
oracle.security.am.engines.common.identity.api.IdmPropertySet
Holds the list of Identity Store
properties.
- Since:
- OAM 11.1.1.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAll()returns all the attributes in the property set.getProperty<wbr>(String pname)voidsetProperty<wbr>(String pname, IdStoreProperty prop)sets the property to the PropertySet.
-
Constructor Details
-
IdmPropertySet
public IdmPropertySet()
-
-
Method Details
-
getProperty
- Parameters:
pname- name of the property.- Returns:
IdStorePropertyobject.
-
setProperty
sets the property to the PropertySet.- Parameters:
pname-prop-IdStorePropertyobject.
-
getAll
returns all the attributes in the property set.- Returns:
-