|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.voms.service.Operation
An enumeration representing operations in the administration interface. Used in access control.
DBACL
Field Summary | |
static Operation |
ADD
The value for membership addition. |
static Operation |
ALL
The value representing all operations. |
static Operation |
CREATE
The value for entity (user or container) creation. |
static Operation |
DELETE
The value for entity deletion. |
static Operation |
DELETE_ANY_REQUEST
Delete any request. |
static Operation |
GET_ACL
The value for ACL queries. |
static Operation |
GET_DEFAULT_ACL
The value for default ACL queries. |
static Operation |
LIST
The value for membership lists. |
static Operation |
LIST_ANY_REQUEST
List any request. |
static Operation |
REMOVE
The value for membership removal. |
static Operation |
SET_ACL
The value for ACL modification. |
static Operation |
SET_DEFAULT_ACL
The value for modification of default ACLs. |
Method Summary | |
int |
getId()
|
static Operation |
getInstance(int i)
Return the operation corresponding to the given integer. |
static Operation |
getInstance(java.lang.String name)
Return the operation corresponding to the given integer. |
java.lang.String |
getName()
|
static java.lang.String[] |
getOperationNames()
Return the operation names as an array of strings. |
boolean |
provides(Operation o)
Return true if right to perform this operation automatically provides right to execute the Operation given. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Operation ALL
public static final Operation CREATE
public static final Operation DELETE
public static final Operation ADD
public static final Operation REMOVE
public static final Operation SET_ACL
public static final Operation GET_ACL
public static final Operation SET_DEFAULT_ACL
public static final Operation GET_DEFAULT_ACL
public static final Operation LIST
public static final Operation LIST_ANY_REQUEST
public static final Operation DELETE_ANY_REQUEST
Method Detail |
public int getId()
public java.lang.String getName()
public java.lang.String toString()
public boolean provides(Operation o)
public static Operation getInstance(int i) throws ArgumentException
ArgumentException
- if there is no such operation.public static Operation getInstance(java.lang.String name) throws ArgumentException
ArgumentException
- if there is no such operation.public static java.lang.String[] getOperationNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |