org.apache.directory.server.core.authz.support
Class OperationScope

java.lang.Object
  extended by org.apache.directory.server.core.authz.support.OperationScope

public class OperationScope
extends java.lang.Object

An enumeration that represents the scope of user operation.

Version:
$Rev: 437012 $, $Date: 2006-08-26 01:25:30 +0200 (Sat, 26 Aug 2006) $
Author:
Apache Directory Project

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

ENTRY

public static final OperationScope ENTRY
An operation that affects the whole entry.


ATTRIBUTE_TYPE

public static final OperationScope ATTRIBUTE_TYPE
An operation that affects all values in an attribute type.


ATTRIBUTE_TYPE_AND_VALUE

public static final OperationScope ATTRIBUTE_TYPE_AND_VALUE
An operation that affects the specific value in an attribute type.

Method Detail

getName

public java.lang.String getName()
Return the name of this scope.


toString

public java.lang.String toString()
Returns the name of this scope.

Overrides:
toString in class java.lang.Object


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.