org.apache.geronimo.directory
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.geronimo.directory.ServerStartupConfiguration
              extended by org.apache.geronimo.directory.MutableServerStartupConfiguration
All Implemented Interfaces:
Serializable, Cloneable

public class MutableServerStartupConfiguration
extends ServerStartupConfiguration

A mutable version of ServerStartupConfiguration.

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 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 setMinaServiceRegistry(org.apache.mina.registry.ServiceRegistry minaServiceRegistry)
          Sets MINA ServiceRegistry that will be used by ApacheDS.
 void setTestEntries(List arg0)
           
 void setWorkingDirectory(File arg0)
           
 
Methods inherited from class org.apache.geronimo.directory.ServerStartupConfiguration
getHost, 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

MutableServerStartupConfiguration

public MutableServerStartupConfiguration()
Method Detail

setAllowAnonymousAccess

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

setAuthenticatorConfigurations

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

setBootstrapSchemas

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

setContextPartitionConfigurations

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

setInterceptorConfigurations

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

setTestEntries

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

setWorkingDirectory

public void setWorkingDirectory(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

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

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


Copyright © 2006 Apache Software Foundation. All Rights Reserved.