|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.systinet.wasp.admin.security.Operation
Contains principal name and ADD or REMOVE operation.
This pair allows to perform assignment of one permission to multiple principals
in one batch.
| Field Summary | |
int |
action
actios to perform |
static int |
ADD
|
java.lang.String |
principalName
principal's name |
static int |
REMOVE
|
| Constructor Summary | |
Operation()
Empty constructor.. |
|
Operation(int action,
java.lang.String principalName)
Constructs object according to given values. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int ADD
public static final int REMOVE
public int action
public java.lang.String principalName
| Constructor Detail |
public Operation()
public Operation(int action,
java.lang.String principalName)
action - action to performprincipalName - name of the principal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||