Package org.apache.directory.server.component.schema

Examples of org.apache.directory.server.component.schema.UserComponentSchemaGenerator


    {
        componentMap = new Hashtable<String, List<ADSComponent>>();
        components = new ArrayList<ADSComponent>();

        schemaGenerators = new Hashtable<String, ComponentSchemaGenerator>();
        schemaGenerators.put( ADSConstants.ADS_COMPONENT_TYPE_USER, new UserComponentSchemaGenerator() );

        listenersMap = new Hashtable<String, List<HubListener>>();
    }
View Full Code Here

TOP

Related Classes of org.apache.directory.server.component.schema.UserComponentSchemaGenerator

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.