Package org.apache.ldap.common.schema

Examples of org.apache.ldap.common.schema.DnComparator


        /*
        ( 2.5.13.1 NAME 'distinguishedNameMatch'
          SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
          */
         comparator = new DnComparator( new ConcreteNameComponentNormalizer(
                 registries.getAttributeTypeRegistry() ) );
         cb.schemaObjectProduced( this, "2.5.13.1", comparator );

         /*
        ( 2.5.13.2 NAME 'caseIgnoreMatch'
View Full Code Here


        /*
        ( 2.5.13.1 NAME 'distinguishedNameMatch'
          SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
          */
         comparator = new DnComparator( new ConcreteNameComponentNormalizer(
                 registries.getAttributeTypeRegistry() ) );
         cb.schemaObjectProduced( this, "2.5.13.1", comparator );

         /*
        ( 2.5.13.2 NAME 'caseIgnoreMatch'
View Full Code Here

TOP

Related Classes of org.apache.ldap.common.schema.DnComparator

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.