org.apache.directory.server.core.partition
Class ByPassConstants

java.lang.Object
  extended by org.apache.directory.server.core.partition.ByPassConstants

public class ByPassConstants
extends java.lang.Object

Constants used to determine what kinds of Interceptors need to be bypassed while performing operations within other Interceptors.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Field Summary
static java.lang.String BYPASS_ALL
          Bypass String to use when ALL interceptors should be skipped
static java.util.Collection<java.lang.String> BYPASS_ALL_COLLECTION
          Bypass String to use when ALL interceptors should be skipped
static java.util.Collection<java.lang.String> GET_ROOT_DSE_BYPASS
           
static java.util.Collection<java.lang.String> GETMATCHEDDN_BYPASS
          safe to use set of bypass instructions to getMatchedDn
static java.util.Collection<java.lang.String> HAS_ENTRY_BYPASS
          bypass instructions used by ExceptionInterceptor
static java.util.Collection<java.lang.String> LOOKUP_BYPASS
          safe to use set of bypass instructions to lookup raw entries
static java.util.Collection<java.lang.String> LOOKUP_COLLECTIVE_BYPASS
          safe to use set of bypass instructions to lookup raw entries while also avoiding hit on collective attributes Interceptor: used by collective attributes interceptor.
static java.util.Collection<java.lang.String> LOOKUP_EXCLUDING_OPR_ATTRS_BYPASS
          safe to use set of bypass instructions to lookup raw entries excluding operational attributes
static java.util.Collection<java.lang.String> SCHEMA_MODIFICATION_ATTRIBUTES_UPDATE_BYPASS
          Bypass for when we modify schema attributes
 
Constructor Summary
ByPassConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOOKUP_BYPASS

public static final java.util.Collection<java.lang.String> LOOKUP_BYPASS
safe to use set of bypass instructions to lookup raw entries


LOOKUP_COLLECTIVE_BYPASS

public static final java.util.Collection<java.lang.String> LOOKUP_COLLECTIVE_BYPASS
safe to use set of bypass instructions to lookup raw entries while also avoiding hit on collective attributes Interceptor: used by collective attributes interceptor.


HAS_ENTRY_BYPASS

public static final java.util.Collection<java.lang.String> HAS_ENTRY_BYPASS
bypass instructions used by ExceptionInterceptor


GETMATCHEDDN_BYPASS

public static final java.util.Collection<java.lang.String> GETMATCHEDDN_BYPASS
safe to use set of bypass instructions to getMatchedDn


LOOKUP_EXCLUDING_OPR_ATTRS_BYPASS

public static final java.util.Collection<java.lang.String> LOOKUP_EXCLUDING_OPR_ATTRS_BYPASS
safe to use set of bypass instructions to lookup raw entries excluding operational attributes


GET_ROOT_DSE_BYPASS

public static final java.util.Collection<java.lang.String> GET_ROOT_DSE_BYPASS

BYPASS_ALL

public static final java.lang.String BYPASS_ALL
Bypass String to use when ALL interceptors should be skipped

See Also:
Constant Field Values

BYPASS_ALL_COLLECTION

public static final java.util.Collection<java.lang.String> BYPASS_ALL_COLLECTION
Bypass String to use when ALL interceptors should be skipped


SCHEMA_MODIFICATION_ATTRIBUTES_UPDATE_BYPASS

public static final java.util.Collection<java.lang.String> SCHEMA_MODIFICATION_ATTRIBUTES_UPDATE_BYPASS
Bypass for when we modify schema attributes

Constructor Detail

ByPassConstants

public ByPassConstants()


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