| 
 | Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14658-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
   oracle.security.idm.PropertySet
oracle.security.idm.PropertySet
public class PropertySet
PropertySet is a collection of property name and value pairs. Property class is used to represent the property name and value(s) pair. PropertySet guanrantees that no two properties have same name.
| Constructor Summary | |
|---|---|
| PropertySet()Construct a empty PropertySet. | |
| Method Summary | |
|---|---|
|  Property | get(java.lang.String propID)Get the property with specified name. | 
|  java.util.Iterator | getAll()Get all the properties as an iterator. | 
|  Property | put(Property prop)Put the property with specified name. | 
|  Property | remove(java.lang.String propID)Remove a particular property from the set. | 
|  int | size()Get the size of the property set. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PropertySet()
| Method Detail | 
|---|
public Property get(java.lang.String propID)
propID - Name of the propertypublic Property put(Property prop)
prop - New property itempublic Property remove(java.lang.String propID)
propID - Name of the property to be removedpublic java.util.Iterator getAll()
public int size()
| 
 | Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14658-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||