|
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.Property
public class Property
Property contain name-value(s) information.
| Constructor Summary | |
|---|---|
Property(java.lang.String name, java.util.List values)Construct a property from name string and associated list of values. |
|
Property(java.lang.String name, java.lang.Object val)Construct a property from name string and associated value. |
|
| Method Summary | |
|---|---|
void |
addValue(java.lang.Object value)Add a new value associated with this property. |
java.lang.String |
getName()Get the name of the property. |
java.util.List |
getValues()Get list of values associated with this property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Property(java.lang.String name,
java.util.List values)
name - Property namevalues - List of values associated with this property
public Property(java.lang.String name,
java.lang.Object val)
name - Property nameval - Value associated with this property| Method Detail |
|---|
public java.lang.String getName()
public java.util.List getValues()
public void addValue(java.lang.Object value)
value - new value that is associated with this property
|
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 | |||||||