|
|||||||||
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
public class 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 |
setAccessControlEnabled(boolean accessControlEnabled)
Sets whether to enable basic access control checks or not |
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 DirectoryPartitionConfiguration s to configure context partitions. |
void |
setEnableChangePassword(boolean enableChangePassword)
Sets whether to enable Change Password support or not. |
void |
setEnableKerberos(boolean enableKerberos)
Sets whether to enable Kerberos support or not. |
void |
setEnableNtp(boolean enableNtp)
Sets whether to enable Ntp support or not. |
void |
setExtendedOperationHandlers(java.util.Collection handlers)
|
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 |
setLdifDirectory(java.io.File ldifDirectory)
|
void |
setLdifFilters(java.util.List ldifFilters)
|
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 |
---|
getExtendedOperationHandlers, getLdapPort, getLdapsPort, getLdifDirectory, getLdifFilters, getMinaServiceRegistry, isEnableChangePassword, isEnableKerberos, isEnableNetworking, isEnableNtp, setEnableNetworking |
Methods inherited from class org.apache.ldap.server.configuration.StartupConfiguration |
---|
getAuthenticatorConfigurations, getBootstrapSchemas, getContextPartitionConfigurations, getInterceptorConfigurations, getTestEntries, getWorkingDirectory, isAccessControlEnabled, 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 setAccessControlEnabled(boolean accessControlEnabled)
StartupConfiguration
setAccessControlEnabled
in class StartupConfiguration
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
DirectoryPartitionConfiguration
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 setEnableChangePassword(boolean enableChangePassword)
ServerStartupConfiguration
setEnableChangePassword
in class ServerStartupConfiguration
public void setEnableNtp(boolean enableNtp)
ServerStartupConfiguration
setEnableNtp
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
public void setExtendedOperationHandlers(java.util.Collection handlers)
setExtendedOperationHandlers
in class ServerStartupConfiguration
public void setLdifDirectory(java.io.File ldifDirectory)
setLdifDirectory
in class ServerStartupConfiguration
public void setLdifFilters(java.util.List ldifFilters)
setLdifFilters
in class ServerStartupConfiguration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |