|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.authz.support.OperationScope
public class OperationScope
An enumeration that represents the scope of user operation.
Field Summary | |
---|---|
static OperationScope |
ATTRIBUTE_TYPE
An operation that affects all values in an attribute type. |
static OperationScope |
ATTRIBUTE_TYPE_AND_VALUE
An operation that affects the specific value in an attribute type. |
static OperationScope |
ENTRY
An operation that affects the whole entry. |
Method Summary | |
---|---|
java.lang.String |
getName()
Return the name of this scope. |
java.lang.String |
toString()
Returns the name of this scope. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final OperationScope ENTRY
public static final OperationScope ATTRIBUTE_TYPE
public static final OperationScope ATTRIBUTE_TYPE_AND_VALUE
Method Detail |
---|
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |