Class GreaterEqNode<T>

    • Constructor Detail

      • GreaterEqNode

        public GreaterEqNode​(AttributeType attributeType,
                             Value value)
                      throws LdapSchemaException
        Creates a new GreaterOrEqual object.
        Parameters:
        attributeType - the attributeType
        value - the value to test for
        Throws:
        LdapSchemaException - If the AttributeType does not have an ORDERING MatchingRule
      • GreaterEqNode

        public GreaterEqNode​(String attribute,
                             String value)
                      throws LdapSchemaException
        Creates a new GreaterOrEqual object.
        Parameters:
        attribute - the attribute name
        value - the value to test for
        Throws:
        LdapSchemaException - If the AttributeType does not have an ORDERING MatchingRule
      • GreaterEqNode

        public GreaterEqNode​(String attribute,
                             byte[] value)
                      throws LdapSchemaException
        Creates a new GreaterOrEqual object.
        Parameters:
        attribute - the attribute name
        value - the value to test for
        Throws:
        LdapSchemaException - If the AttributeType does not have an ORDERING MatchingRule