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

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

Uses of EqualsFilter in org.springframework.ldap.filter
 

Subclasses of EqualsFilter in org.springframework.ldap.filter
 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-2011 Spring Framework. All Rights Reserved.