Examples of RFC3672SubtreeSpecification


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
Copyright © 2018 www.massapi.com. 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.