|
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
oracle.security.idm.ModProperty
public class ModProperty
This class represents the modification of property. ModProperty containing property name, modified value(s) and type of modification. Modification type can be one of ADD, REMOVE or REPLACE
| Field Summary | |
|---|---|
static int |
ADDThis constant specifies to add a property with the specified values. |
static int |
REMOVEThis constant specifies to remove the property with the specified values. |
static int |
REPLACEThis constant specifies to replace the property with the specified values. |
| Constructor Summary | |
|---|---|
ModProperty(Property prop, int mod_op)Construct a ModProperty from existing property and the modification operator. |
|
ModProperty(java.lang.String name, java.util.List values, int mod_op)Construct a ModProperty from Attribute name, modification operator and list of modified values. |
|
ModProperty(java.lang.String name, java.lang.Object val, int mod_op)Construct a ModProperty from Attribute name, modification operator and modified value. |
|
| Method Summary | |
|---|---|
int |
getModOP()Get the type of modification operator. |
| Methods inherited from class oracle.security.idm.Property |
|---|
addValue, getName, getValues |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int ADD
public static int REMOVE
public static int REPLACE
| Constructor Detail |
|---|
public ModProperty(java.lang.String name,
java.util.List values,
int mod_op)
name - The Attribute name.values - List of modified values.mod_op - Type of modification. Supported types are ADD, REMOVE,REPLACE.
public ModProperty(java.lang.String name,
java.lang.Object val,
int mod_op)
name - The Attribute name.val - Modified value.mod_op - Type of modification. Supported types are ADD, REMOVE,REPLACE.
public ModProperty(Property prop,
int mod_op)
prop - The Property object; which has the Attribute and value pair.mod_op - Type of modification. Supported types are ADD, REMOVE,REPLACE.| Method Detail |
|---|
public int getModOP()
|
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 | |||||||