|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ldap.server.jndi.EnvKeys
JNDI environment property key constants.
Field Summary | |
static java.lang.String |
ATTRIBUTES
the envprop key base to the Attributes for the context nexus entry |
static java.lang.String |
AUTHENTICATOR_CLASS
the envprop key base to the authenticator implementation class |
static java.lang.String |
AUTHENTICATOR_PROPERTIES
the envprop key base to the properties of an authenticator |
static java.lang.String |
AUTHENTICATORS
a comma separated list of authenticator names |
static java.lang.String |
DISABLE_ANONYMOUS
bootstrap prop: if key is present it enables anonymous users |
static java.lang.String |
DISABLE_PROTOCOL
key used to disable the networking layer (wire protocol) |
static java.lang.String |
ENABLE_KERBEROS
Switch used to start up the kerberos server. |
static java.lang.String |
INDICES
the envprop key base to the space separated list of indices for a partition |
static java.lang.String |
INTERCEPTORS
Bootstrap property: Interceptor or
InterceptorChain
that will intercept directory operations when they are invoked. |
static java.lang.String |
LDAP_PORT
key for port setting for ldap requests beside default 389 |
static java.lang.String |
LDAPS_PORT
key for port setting for secure ldap requests besides default 636 |
static java.lang.String |
PARTITION_CLASS
the envprop key base to the implementation of a partition |
static java.lang.String |
PARTITION_PROPERTIES
the envprop key base to the properties of a partition |
static java.lang.String |
PARTITIONS
a comma separated list of partition names |
static java.lang.String |
PASSTHRU
key used to hold the MINA registry instance to use rather than creating one |
static java.lang.String |
SCHEMAS
a comma separated list of schema class files to load |
static java.lang.String |
SHUTDOWN
property used to shutdown the system |
static java.lang.String |
SUFFIX
the envprop key base to the suffix of a partition |
static java.lang.String |
SYNC
property used to sync the system with disk |
static java.lang.String |
TEST_ENTRIES
Unfortunately to test non-root user startup of the core and make sure all the appropriate functionality is there we need to load more user entries at startup due to a chicken and egg like problem. |
static java.lang.String |
WKDIR
bootstrap prop: path to eve's working directory - relative or absolute |
Constructor Summary | |
EnvKeys()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String SHUTDOWN
public static final java.lang.String SYNC
public static final java.lang.String WKDIR
public static final java.lang.String SCHEMAS
public static final java.lang.String DISABLE_ANONYMOUS
public static final java.lang.String AUTHENTICATORS
public static final java.lang.String AUTHENTICATOR_CLASS
public static final java.lang.String AUTHENTICATOR_PROPERTIES
public static final java.lang.String INTERCEPTORS
Interceptor
or
InterceptorChain
that will intercept directory operations when they are invoked. You
don't need to specify this property if you want to use the default
interceptor chain. If you specify this property, you might have to
add some default interceptors in org.apache.ldap.server.jndi.invocation.interceptor
package in your custom interceptor chain.
Here is an example of how to pass configuration values to interceptor:
# Passes property 'propA=3' to the root interceptor chain. server.interceptors#propA=3 # Passes property 'propB=7' to the interceptor whose name is 'myinterceptor'. server.interceptors.myinterceptor#propB=7 # Passes property 'propC=9' to an interceptor 'yourinterceptor' whose # parent is an interceptor chain 'childChain' which is a child of the # root interceptor chain. server.interceptors.childChain.yourinterceptor#propC=9
public static final java.lang.String DISABLE_PROTOCOL
public static final java.lang.String PASSTHRU
public static final java.lang.String LDAP_PORT
public static final java.lang.String LDAPS_PORT
public static final java.lang.String PARTITIONS
public static final java.lang.String SUFFIX
public static final java.lang.String PARTITION_CLASS
public static final java.lang.String PARTITION_PROPERTIES
public static final java.lang.String INDICES
public static final java.lang.String ATTRIBUTES
public static final java.lang.String TEST_ENTRIES
public static final java.lang.String ENABLE_KERBEROS
Constructor Detail |
public EnvKeys()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |