Uses of Class
org.springframework.ldap.filter.CompareFilter

Packages that use CompareFilter
org.springframework.ldap.filter Utility classes for dynamically building LDAP filters. 
 

Uses of CompareFilter in org.springframework.ldap.filter
 

Subclasses of CompareFilter in org.springframework.ldap.filter
 class EqualsFilter
          A filter for 'equals'.
 class GreaterThanOrEqualsFilter
          A filter to compare >=.
 class LessThanOrEqualsFilter
          A filter to compare <=.
 class LikeFilter
          This filter allows the user to specify wildcards (*) by not escaping them in the filter.
 class WhitespaceWildcardsFilter
          This filter automatically converts all whitespace to wildcards (*).
 



Copyright © 2006-2009 Spring Framework. All Rights Reserved.