public class ByPassConstants extends Object
Interceptor
s need to be
bypassed while performing operations within other Interceptors.Modifier and Type | Field and Description |
---|---|
static String |
BYPASS_ALL
Bypass String to use when ALL interceptors should be skipped
|
static Collection<String> |
BYPASS_ALL_COLLECTION
Bypass String to use when ALL interceptors should be skipped
|
static Collection<String> |
GET_ROOT_DSE_BYPASS |
static Collection<String> |
GETMATCHEDDN_BYPASS
safe to use set of bypass instructions to getMatchedDn
|
static Collection<String> |
HAS_ENTRY_BYPASS
bypass instructions used by ExceptionInterceptor
|
static Collection<String> |
LOOKUP_BYPASS
safe to use set of bypass instructions to lookup raw entries
|
static Collection<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 Collection<String> |
LOOKUP_EXCLUDING_OPR_ATTRS_BYPASS
safe to use set of bypass instructions to lookup raw entries excluding operational attributes
|
static Collection<String> |
SCHEMA_MODIFICATION_ATTRIBUTES_UPDATE_BYPASS
Bypass for when we modify schema attributes
|
Constructor and Description |
---|
ByPassConstants() |
public static final Collection<String> LOOKUP_BYPASS
public static final Collection<String> LOOKUP_COLLECTIVE_BYPASS
Interceptor
: used
by collective attributes interceptor.public static final Collection<String> HAS_ENTRY_BYPASS
public static final Collection<String> GETMATCHEDDN_BYPASS
public static final Collection<String> LOOKUP_EXCLUDING_OPR_ATTRS_BYPASS
public static final Collection<String> GET_ROOT_DSE_BYPASS
public static final String BYPASS_ALL
public static final Collection<String> BYPASS_ALL_COLLECTION
public static final Collection<String> SCHEMA_MODIFICATION_ATTRIBUTES_UPDATE_BYPASS
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.