Spring LDAP

org.springframework.ldap.filter
Class AbsoluteTrueFilter

java.lang.Object
  extended by org.springframework.ldap.filter.AbstractFilter
      extended by org.springframework.ldap.filter.AbsoluteTrueFilter
All Implemented Interfaces:
Filter

public class AbsoluteTrueFilter
extends AbstractFilter

A filter that will always evaluate to true, as specified in RFC4526.

Since:
1.3.2
Author:
Mattias Hellborg Arthursson
See Also:
RFC4526

Constructor Summary
AbsoluteTrueFilter()
           
 
Method Summary
 StringBuffer encode(StringBuffer buff)
          Encodes the filter to a StringBuffer.
 
Methods inherited from class org.springframework.ldap.filter.AbstractFilter
encode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.springframework.ldap.filter.Filter
equals, hashCode
 

Constructor Detail

AbsoluteTrueFilter

public AbsoluteTrueFilter()
Method Detail

encode

public StringBuffer encode(StringBuffer buff)
Description copied from interface: Filter
Encodes the filter to a StringBuffer.

Specified by:
encode in interface Filter
Specified by:
encode in class AbstractFilter
Parameters:
buff - The StringBuffer to encode the filter to
Returns:
The same StringBuffer as was given

Spring LDAP