Class NothingResult

java.lang.Object
com.atlassian.crowd.search.ldap.NothingResult
All Implemented Interfaces:
org.springframework.ldap.filter.Filter

public class NothingResult extends Object implements org.springframework.ldap.filter.Filter
Holder representing empty set.
  • Constructor Details

    • NothingResult

      public NothingResult()
  • Method Details

    • encode

      public String encode()
      Specified by:
      encode in interface org.springframework.ldap.filter.Filter
    • encode

      public StringBuffer encode(StringBuffer buf)
      Specified by:
      encode in interface org.springframework.ldap.filter.Filter