Package org.apache.ldap.server

Examples of org.apache.ldap.server.DirectoryServiceConfiguration


    protected ServerContext( DirectoryService service, Hashtable env ) throws NamingException
    {
        // set references to cloned env and the proxy
        this.nexusProxy = new DirectoryPartitionNexusProxy( this, service );
       
        DirectoryServiceConfiguration cfg = service.getConfiguration();
       
        this.env = ( Hashtable ) cfg.getEnvironment().clone();
        this.env.putAll( env );

        /* --------------------------------------------------------------------
         * check for the provider URL property and make sure it exists
         * as a valid value or else we need to throw a configuration error
View Full Code Here

TOP

Related Classes of org.apache.ldap.server.DirectoryServiceConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.