Class AttributeValueAssertionFilter


  • public class AttributeValueAssertionFilter
    extends Filter
    Object to store the filter. A filter is seen as a tree with a root.
    Author:
    Apache Directory Project
    • Constructor Detail

      • AttributeValueAssertionFilter

        public AttributeValueAssertionFilter​(int filterType)
        The constructor.
        Parameters:
        filterType - The filter type
    • Method Detail

      • setAssertion

        public void setAssertion​(AttributeValueAssertion assertion)
        Set the assertion
        Parameters:
        assertion - The assertion to set.
      • getFilterType

        public int getFilterType()
        Get the filter type
        Returns:
        Returns the filterType.
      • setFilterType

        public void setFilterType​(int filterType)
        Set the filter type
        Parameters:
        filterType - The filterType to set.
      • toString

        public String toString()
        Return a string compliant with RFC 2254 representing an item filter
        Overrides:
        toString in class Object
        Returns:
        The item filter string