Uses of Class
org.apache.ldap.server.configuration.Configuration

Packages that use Configuration
org.apache.ldap.server   
org.apache.ldap.server.configuration   
 

Uses of Configuration in org.apache.ldap.server
 

Methods in org.apache.ldap.server with parameters of type Configuration
protected  javax.naming.ldap.LdapContext AbstractTestCase.setSysRoot(java.lang.String user, java.lang.String passwd, Configuration cfg)
          Sets and returns the system root.
 

Uses of Configuration in org.apache.ldap.server.configuration
 

Subclasses of Configuration in org.apache.ldap.server.configuration
 class AddContextPartitionConfiguration
          A Configuration that adds a new ContextPartition to the current ContextPartitionNexus.
 class MutableStartupConfiguration
          A mutable version of StartupConfiguration.
 class RemoveContextPartitionConfiguration
          A Configuration that removed the attached ContextPartition in the current ContextPartitionNexus.
 class ShutdownConfiguration
          A Configuration that shuts down ApacheDS.
 class StartupConfiguration
          A Configuration that starts up ApacheDS.
 class SyncConfiguration
          A Configuration that makes a call to ContextFactoryService.sync().
 

Methods in org.apache.ldap.server.configuration that return Configuration
static Configuration Configuration.toConfiguration(java.util.Hashtable jndiEnvironment)
          Gets Configuration instance from the specified JNDI environment Hashtable.
 



Copyright © 2002-2005 . All Rights Reserved.