|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ldap.server.configuration.Configuration
org.apache.ldap.server.configuration.StartupConfiguration
org.apache.ldap.server.configuration.ServerStartupConfiguration
org.apache.ldap.server.configuration.MutableServerStartupConfiguration
A mutable version of ServerStartupConfiguration
.
Field Summary |
Fields inherited from class org.apache.ldap.server.configuration.Configuration |
DEFAULT_INSTANCE_ID, JNDI_KEY |
Constructor Summary | |
MutableServerStartupConfiguration()
|
Method Summary | |
void |
setAllowAnonymousAccess(boolean arg0)
Sets whether to allow anonymous access or not |
void |
setAuthenticatorConfigurations(java.util.Set arg0)
Sets AuthenticatorConfiguration s to use for authenticating clients. |
void |
setBootstrapSchemas(java.util.Set arg0)
Sets BootstrapSchema s to load while bootstrapping. |
void |
setContextPartitionConfigurations(java.util.Set arg0)
Sets ContextPartitionConfiguration s to configure context partitions. |
void |
setEnableKerberos(boolean enableKerberos)
Sets whether to enable Kerberos support or not. |
void |
setInterceptorConfigurations(java.util.List arg0)
Sets interceptor chain. |
void |
setLdapPort(int ldapPort)
Sets LDAP TCP/IP port number to listen to. |
void |
setLdapsPort(int ldapsPort)
Sets LDAPS TCP/IP port number to listen to. |
void |
setMinaServiceRegistry(org.apache.mina.registry.ServiceRegistry minaServiceRegistry)
Sets MINA ServiceRegistry that will be used by ApacheDS. |
void |
setTestEntries(java.util.List arg0)
Sets test directory entries( Attributes ) to be loaded while
bootstrapping. |
void |
setWorkingDirectory(java.io.File arg0)
Sets working directory (counterpart of var/lib). |
Methods inherited from class org.apache.ldap.server.configuration.ServerStartupConfiguration |
getLdapPort, getLdapsPort, getMinaServiceRegistry, isEnableKerberos, isEnableNetworking, setEnableNetworking |
Methods inherited from class org.apache.ldap.server.configuration.StartupConfiguration |
getAuthenticatorConfigurations, getBootstrapSchemas, getContextPartitionConfigurations, getInterceptorConfigurations, getTestEntries, getWorkingDirectory, isAllowAnonymousAccess, validate |
Methods inherited from class org.apache.ldap.server.configuration.Configuration |
clone, getInstanceId, setInstanceId, toConfiguration, toJndiEnvironment |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MutableServerStartupConfiguration()
Method Detail |
public void setAllowAnonymousAccess(boolean arg0)
StartupConfiguration
setAllowAnonymousAccess
in class StartupConfiguration
public void setAuthenticatorConfigurations(java.util.Set arg0)
StartupConfiguration
AuthenticatorConfiguration
s to use for authenticating clients.
setAuthenticatorConfigurations
in class StartupConfiguration
public void setBootstrapSchemas(java.util.Set arg0)
StartupConfiguration
BootstrapSchema
s to load while bootstrapping.
setBootstrapSchemas
in class StartupConfiguration
public void setContextPartitionConfigurations(java.util.Set arg0)
StartupConfiguration
ContextPartitionConfiguration
s to configure context partitions.
setContextPartitionConfigurations
in class StartupConfiguration
public void setInterceptorConfigurations(java.util.List arg0)
StartupConfiguration
setInterceptorConfigurations
in class StartupConfiguration
public void setTestEntries(java.util.List arg0)
StartupConfiguration
Attributes
) to be loaded while
bootstrapping.
setTestEntries
in class StartupConfiguration
public void setWorkingDirectory(java.io.File arg0)
StartupConfiguration
setWorkingDirectory
in class StartupConfiguration
public void setEnableKerberos(boolean enableKerberos)
ServerStartupConfiguration
setEnableKerberos
in class ServerStartupConfiguration
public void setLdapPort(int ldapPort)
ServerStartupConfiguration
setLdapPort
in class ServerStartupConfiguration
public void setLdapsPort(int ldapsPort)
ServerStartupConfiguration
setLdapsPort
in class ServerStartupConfiguration
public void setMinaServiceRegistry(org.apache.mina.registry.ServiceRegistry minaServiceRegistry)
ServerStartupConfiguration
ServiceRegistry
that will be used by ApacheDS.
setMinaServiceRegistry
in class ServerStartupConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |