|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.ibm.itim.dataservices.model.AttributeRight
Class representing a right, or operation, that can be performed on a set of attributes.
| Field Summary | |
|---|---|
static java.lang.String |
R
String constant for read operation |
static java.lang.String |
RW
String constant for read-write operation |
static java.lang.String |
W
String constant for write operation |
| Constructor Summary | |
|---|---|
AttributeRight()
Default constructor. |
|
| Method Summary | |
|---|---|
java.util.Collection |
getAttributes()
Returns the list of attributes the right applies to. |
java.lang.String |
getOperations()
Returns the operations that define the right. |
boolean |
isForAllAttributes()
Returns whether the right applies to all attributes of the target. |
void |
setForAllAttributes(boolean isForAllAttributes)
Changes whether the right applies to all attributes of the target. |
void |
setOperations(java.lang.String operations)
Changes the operations for the right. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String R
public static final java.lang.String W
public static final java.lang.String RW
| Constructor Detail |
public AttributeRight()
| Method Detail |
public boolean isForAllAttributes()
public void setForAllAttributes(boolean isForAllAttributes)
isForAllAttributes - boolean, true if all attribute, false if notpublic java.lang.String getOperations()
public void setOperations(java.lang.String operations)
operations - String representation of the operations, R, W, or
RW.public java.util.Collection getAttributes()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||