Class 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
    See Also:
    RFC4526
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.StringBuffer encode​(java.lang.StringBuffer buff)
      Encodes the filter to a StringBuffer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AbsoluteTrueFilter

        public AbsoluteTrueFilter()
    • Method Detail

      • encode

        public java.lang.StringBuffer encode​(java.lang.StringBuffer buff)
        Description copied from interface: Filter
        Encodes the filter to a StringBuffer.
        Parameters:
        buff - The StringBuffer to encode the filter to
        Returns:
        The same StringBuffer as was given