Class ExtensibleNode

    • Constructor Detail

      • ExtensibleNode

        public ExtensibleNode​(AttributeType attributeType)
        Creates a new emptyExtensibleNode object.
        Parameters:
        attributeType - the attributeType associated with this node
      • ExtensibleNode

        public ExtensibleNode​(String attribute)
        Creates a new emptyExtensibleNode object.
        Parameters:
        attribute - the attribute associated with this node
      • ExtensibleNode

        public ExtensibleNode​(AttributeType attributeType,
                              Value value,
                              String matchingRuleId,
                              boolean dnAttributes)
        Creates a new ExtensibleNode object.
        Parameters:
        attributeType - the attributeType used for the extensible assertion
        value - the value to match for
        matchingRuleId - the OID of the matching rule
        dnAttributes - the dn attributes
      • ExtensibleNode

        public ExtensibleNode​(String attribute,
                              Value value,
                              String matchingRuleId,
                              boolean dnAttributes)
        Creates a new ExtensibleNode object.
        Parameters:
        attribute - the attribute used for the extensible assertion
        value - the value to match for
        matchingRuleId - the OID of the matching rule
        dnAttributes - the dn attributes