Package org.nasutekds.server.core

Examples of org.nasutekds.server.core.RFC3672SubtreeSpecification


    // Subentry has to to have a subtree specification.
    if (this.subTreeSpec == null)
    {
      // There is none for some reason eg this could be
      // old Draft based ldapSubEntry so create a dummy.
      this.subTreeSpec = new RFC3672SubtreeSpecification(
                DN.NULL_DN, null, -1, -1,
                null, null, null);
    }

    // Determine if this subentry is collective attribute subentry.
View Full Code Here

TOP

Related Classes of org.nasutekds.server.core.RFC3672SubtreeSpecification

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.