Class FilterParser


  • public final class FilterParser
    extends Object
    Encapsulates a FilterFunction and exposes a convenience static method for parsing filters. The filter function used by this class can be set using the system property FILTER_FUNCTION_PROPERTY.
    • Field Detail

      • FILTER_FUNCTION_PROPERTY

        private static final String FILTER_FUNCTION_PROPERTY
        Ldap filter function system property.
        See Also:
        Constant Field Values
      • LOGGER

        private static final Logger LOGGER
        Logger for this class.
      • FILTER_FUNCTION

        private static final FilterFunction FILTER_FUNCTION
        Default filter function.
      • FILTER_FUNCTION_CONSTRUCTOR

        private static final Constructor<?> FILTER_FUNCTION_CONSTRUCTOR
        Custom filter parser constructor.
    • Constructor Detail

      • FilterParser

        private FilterParser()
        Default constructor.