|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MicroOperation>
org.apache.directory.api.ldap.aci.MicroOperation
public enum MicroOperation
An enumeration that represents all micro-operations that makes up LDAP operations.
| Enum Constant Summary | |
|---|---|
ADD
The Add permission, may be used in conjunction with any component of ProtectedItems. |
|
BROWSE
The Browse permission, may be used only in conjunction with the entry component. |
|
COMPARE
The Compare permission, may be used in conjunction with any component, except entry. |
|
DISCLOSE_ON_ERROR
The DiscloseOnError permission, may be used in conjunction with any component of ProtectedItems. |
|
EXPORT
The Export permission, may be used only in conjunction with the entry component. |
|
FILTER_MATCH
The FilterMatch permission, may be used in conjunction with any component, except entry. |
|
IMPORT
The Import permission, may be used only in conjunction with the entry component. |
|
INVOKE
The Invoke permission, may be used in conjunction with any component, except entry. |
|
MODIFY
The Modify permission, may be used only in conjunction with the entry component. |
|
READ
The Read permission, may be used in conjunction with any component of ProtectedItems. |
|
REMOVE
The Remove permission, may be used in conjunction with any component of ProtectedItems. |
|
RENAME
The Rename permission, may be used only in conjunction with the entry component. |
|
RETURN_DN
The ReturnDN permission, may be used only in conjunction with the entry component. |
|
| Method Summary | |
|---|---|
String |
getName()
Gets the name of this micro-operation. |
String |
toString()
|
static MicroOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MicroOperation[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final MicroOperation ADD
ProtectedItems.
public static final MicroOperation DISCLOSE_ON_ERROR
ProtectedItems.
public static final MicroOperation READ
ProtectedItems.
public static final MicroOperation REMOVE
ProtectedItems.
public static final MicroOperation BROWSE
public static final MicroOperation EXPORT
public static final MicroOperation IMPORT
public static final MicroOperation MODIFY
public static final MicroOperation RENAME
public static final MicroOperation RETURN_DN
public static final MicroOperation COMPARE
public static final MicroOperation FILTER_MATCH
public static final MicroOperation INVOKE
| Method Detail |
|---|
public static MicroOperation[] values()
for (MicroOperation c : MicroOperation.values()) System.out.println(c);
public static MicroOperation valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getName()
public String toString()
toString in class Enum<MicroOperation>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||