Package org.springframework.ldap.filter
Class AbstractFilter
java.lang.Object
org.springframework.ldap.filter.AbstractFilter
- All Implemented Interfaces:
Filter
- Direct Known Subclasses:
AbsoluteFalseFilter,AbsoluteTrueFilter,BinaryLogicalFilter,CompareFilter,HardcodedFilter,NotFilter,NotPresentFilter,PresentFilter
Convenience class that implements most of the methods in the Filter
interface.