org.apache.ldap.server.configuration
Class MutableServerStartupConfiguration

java.lang.Object
  extended by org.apache.ldap.server.configuration.Configuration
      extended by org.apache.ldap.server.configuration.StartupConfiguration
          extended by org.apache.ldap.server.configuration.ServerStartupConfiguration
              extended by org.apache.ldap.server.configuration.MutableServerStartupConfiguration
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class MutableServerStartupConfiguration
extends ServerStartupConfiguration

A mutable version of ServerStartupConfiguration.

Version:
$Rev: 329335 $, $Date: 2005-10-28 20:57:58 -0400 (Fri, 28 Oct 2005) $
Author:
Apache Directory Project
See Also:
Serialized Form

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)
           
 void setAllowAnonymousAccess(boolean arg0)
           
 void setAuthenticatorConfigurations(java.util.Set arg0)
           
 void setBootstrapSchemas(java.util.Set arg0)
           
 void setContextPartitionConfigurations(java.util.Set arg0)
           
 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)
           
 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)
           
 void setWorkingDirectory(java.io.File arg0)
           
 
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

MutableServerStartupConfiguration

public MutableServerStartupConfiguration()
Method Detail

setAccessControlEnabled

public void setAccessControlEnabled(boolean accessControlEnabled)
Overrides:
setAccessControlEnabled in class org.apache.ldap.server.configuration.StartupConfiguration

setAllowAnonymousAccess

public void setAllowAnonymousAccess(boolean arg0)
Overrides:
setAllowAnonymousAccess in class org.apache.ldap.server.configuration.StartupConfiguration

setAuthenticatorConfigurations

public void setAuthenticatorConfigurations(java.util.Set arg0)
Overrides:
setAuthenticatorConfigurations in class org.apache.ldap.server.configuration.StartupConfiguration

setBootstrapSchemas

public void setBootstrapSchemas(java.util.Set arg0)
Overrides:
setBootstrapSchemas in class org.apache.ldap.server.configuration.StartupConfiguration

setContextPartitionConfigurations

public void setContextPartitionConfigurations(java.util.Set arg0)
Overrides:
setContextPartitionConfigurations in class org.apache.ldap.server.configuration.StartupConfiguration

setInterceptorConfigurations

public void setInterceptorConfigurations(java.util.List arg0)
Overrides:
setInterceptorConfigurations in class org.apache.ldap.server.configuration.StartupConfiguration

setTestEntries

public void setTestEntries(java.util.List arg0)
Overrides:
setTestEntries in class org.apache.ldap.server.configuration.StartupConfiguration

setWorkingDirectory

public void setWorkingDirectory(java.io.File arg0)
Overrides:
setWorkingDirectory in class org.apache.ldap.server.configuration.StartupConfiguration

setEnableKerberos

public void setEnableKerberos(boolean enableKerberos)
Description copied from class: ServerStartupConfiguration
Sets whether to enable Kerberos support or not.

Overrides:
setEnableKerberos in class ServerStartupConfiguration

setEnableChangePassword

public void setEnableChangePassword(boolean enableChangePassword)
Description copied from class: ServerStartupConfiguration
Sets whether to enable Change Password support or not.

Overrides:
setEnableChangePassword in class ServerStartupConfiguration

setEnableNtp

public void setEnableNtp(boolean enableNtp)
Description copied from class: ServerStartupConfiguration
Sets whether to enable Ntp support or not.

Overrides:
setEnableNtp in class ServerStartupConfiguration

setLdapPort

public void setLdapPort(int ldapPort)
Description copied from class: ServerStartupConfiguration
Sets LDAP TCP/IP port number to listen to.

Overrides:
setLdapPort in class ServerStartupConfiguration

setLdapsPort

public void setLdapsPort(int ldapsPort)
Description copied from class: ServerStartupConfiguration
Sets LDAPS TCP/IP port number to listen to.

Overrides:
setLdapsPort in class ServerStartupConfiguration

setMinaServiceRegistry

public void setMinaServiceRegistry(org.apache.mina.registry.ServiceRegistry minaServiceRegistry)
Description copied from class: ServerStartupConfiguration
Sets MINA ServiceRegistry that will be used by ApacheDS.

Overrides:
setMinaServiceRegistry in class ServerStartupConfiguration

setExtendedOperationHandlers

public void setExtendedOperationHandlers(java.util.Collection handlers)
Overrides:
setExtendedOperationHandlers in class ServerStartupConfiguration

setLdifDirectory

public void setLdifDirectory(java.io.File ldifDirectory)
Overrides:
setLdifDirectory in class ServerStartupConfiguration

setLdifFilters

public void setLdifFilters(java.util.List ldifFilters)
Overrides:
setLdifFilters in class ServerStartupConfiguration


Copyright © 2003-2005 . All Rights Reserved.