Uses of Class
org.ldaptive.filter.FilterParseException
Packages that use FilterParseException
-
Uses of FilterParseException in org.ldaptive.filter
Methods in org.ldaptive.filter that throw FilterParseExceptionModifier and TypeMethodDescriptionprivate intAbstractFilterFunction.findMatchingParenPosition(String filter, int start) Returns the index in the supplied filter of the closing paren that matches the opening paren at the start of the filter.Parses the supplied string representation of a filter.static FilterParse the supplied filter string.(package private) static ApproximateFilterRegexFilterFunction.parseApproximateFilter(String component) Creates a new approximate filter by parsing the supplied filter string.static byte[]FilterUtils.parseAssertionValue(String value) Decodes hex characters in the attribute assertion.static byte[][]FilterUtils.parseAssertionValue(String... value) Convenience method for parsing an array of assertion values.(package private) static EqualityFilterRegexFilterFunction.parseEqualityFilter(String component) Creates a new equality filter by parsing the supplied filter string.private ExtensibleFilterDefaultFilterFunction.parseExtensible(String attribute, CharBuffer cb) Parses the supplied buffer and creates an extensible filter.(package private) static ExtensibleFilterRegexFilterFunction.parseExtensibleFilter(String component) Creates a new extensible filter by parsing the supplied filter string.protected abstract FilterAbstractFilterFunction.parseFilterComp(String filter) Inspects the supplied filter string and creates the type of filter it represents.protected FilterDefaultFilterFunction.parseFilterComp(String filter) protected FilterRegexFilterFunction.parseFilterComp(String filter) (package private) static GreaterOrEqualFilterRegexFilterFunction.parseGreaterOrEqualFilter(String component) Creates a new greater or equal filter by parsing the supplied filter string.(package private) static LessOrEqualFilterRegexFilterFunction.parseLessOrEqualFilter(String component) Creates a new less or equal filter by parsing the supplied filter string.(package private) static SubstringFilterRegexFilterFunction.parseSubstringFilter(String component) Creates a new substring filter by parsing the supplied filter string.private FilterDefaultFilterFunction.parseSubstringOrEquality(String attribute, CharBuffer cb) Parses the supplied buffer and returns either a substring or equality filter.private CharBufferDefaultFilterFunction.readAttribute(CharBuffer cb) Returns a new buffer containing an attribute description.private FilterSetAbstractFilterFunction.readFilterSet(FilterSet set, String filter, int start, int end, int depth) Reads the supplied filter using the supplied indices and adds them to the supplied filter set.private FilterAbstractFilterFunction.readNextComponent(String filter, int depth) Reads the next component contained in the supplied filter.private Map<String,List<CharBuffer>> DefaultFilterFunction.readSubstrings(CharBuffer cb) Reads the supplied buffer and builds a map of the substring data it contains.private static voidRegexFilterFunction.throwOnEscapeChars(String... values) Throws an exception if the supplied value matchesRegexFilterFunction.ESCAPE_CHARS_PATTERN.