org.apache.geronimo.directory
Class MutableServerStartupConfiguration

java.lang.Object
  extended byorg.apache.directory.server.core.configuration.Configuration
      extended byorg.apache.directory.server.core.configuration.StartupConfiguration
          extended byorg.apache.geronimo.directory.ServerStartupConfiguration
              extended byorg.apache.geronimo.directory.MutableServerStartupConfiguration
All Implemented Interfaces:
Cloneable, Serializable

public class MutableServerStartupConfiguration
extends ServerStartupConfiguration

A mutable version of ServerStartupConfiguration.

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.directory.server.core.configuration.StartupConfiguration
MAX_SIZE_LIMIT_DEFAULT, MAX_THREADS_DEFAULT, MAX_TIME_LIMIT_DEFAULT
 
Fields inherited from class org.apache.directory.server.core.configuration.Configuration
DEFAULT_INSTANCE_ID, JNDI_KEY
 
Constructor Summary
MutableServerStartupConfiguration()
           
 
Method Summary
 void setAllowAnonymousAccess(boolean arg0)
           
 void setAuthenticatorConfigurations(Set arg0)
           
 void setBootstrapSchemas(Set arg0)
           
 void setContextPartitionConfigurations(Set arg0)
           
 void setEnableKerberos(boolean enableKerberos)
          Sets whether to enable Kerberos support or not.
 void setHost(InetAddress host)
           
 void setInterceptorConfigurations(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 setTestEntries(List arg0)
           
 void setWorkingDirectory(File arg0)
           
 
Methods inherited from class org.apache.geronimo.directory.ServerStartupConfiguration
getHost, getLdapPort, getLdapsPort, isEnableKerberos, isEnableNetworking, setEnableNetworking
 
Methods inherited from class org.apache.directory.server.core.configuration.StartupConfiguration
getAuthenticatorConfigurations, getBootstrapSchemas, getContextPartitionConfigurations, getInterceptorConfigurations, getMaxSizeLimit, getMaxThreads, getMaxTimeLimit, getSystemPartitionConfiguration, getTestEntries, getWorkingDirectory, isAccessControlEnabled, isAllowAnonymousAccess, isDenormalizeOpAttrsEnabled, isExitVmOnShutdown, isShutdownHookEnabled, setAccessControlEnabled, setDenormalizeOpAttrsEnabled, setExitVmOnShutdown, setMaxSizeLimit, setMaxThreads, setMaxTimeLimit, setShutdownHookEnabled, setSystemPartitionConfiguration, validate
 
Methods inherited from class org.apache.directory.server.core.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

setAllowAnonymousAccess

public void setAllowAnonymousAccess(boolean arg0)

setAuthenticatorConfigurations

public void setAuthenticatorConfigurations(Set arg0)

setBootstrapSchemas

public void setBootstrapSchemas(Set arg0)

setContextPartitionConfigurations

public void setContextPartitionConfigurations(Set arg0)

setInterceptorConfigurations

public void setInterceptorConfigurations(List arg0)

setTestEntries

public void setTestEntries(List arg0)

setWorkingDirectory

public void setWorkingDirectory(File arg0)

setEnableKerberos

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

Overrides:
setEnableKerberos in class ServerStartupConfiguration

setHost

public void setHost(InetAddress host)
Overrides:
setHost 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


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.