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

TODO ByPassConstants.

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
 
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

Constructor Detail

ByPassConstants

public ByPassConstants()


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