Class ParentInheritance


  • public class ParentInheritance
    extends Object
    This class is used by USERDN and GROUPDN userattr types to determine what parent inheritance checks to make.
    • Method Detail

      • getNumLevels

        public int getNumLevels()
        Returns the number of levels counted.
        Returns:
        The number of levels.
      • getLevels

        public int[] getLevels()
        Returns an array of levels, where levels are integers.
        Returns:
        Return an array of levels.
      • getAttributeType

        public AttributeType getAttributeType()
        Return the attribute type.
        Returns:
        The attribute type.
      • getAttrTypeStr

        public String getAttrTypeStr()
        Return the string representation of the attribute type.
        Returns:
        The attribute type string.
      • getBaseDN

        public Dn getBaseDN()
        Return the DN that groupdn must be under.
        Returns:
        DN that groupdn must be under.