Class FilterParser

java.lang.Object
org.ldaptive.filter.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 Details

    • FILTER_FUNCTION_PROPERTY

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

      private static final org.slf4j.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 Details

    • FilterParser

      private FilterParser()
      Default constructor.
  • Method Details