com.atlassian.crowd.search.ldap
Class NothingResult

java.lang.Object
  extended by 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 Summary
NothingResult()
           
 
Method Summary
 String encode()
           
 StringBuffer encode(StringBuffer buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.ldap.filter.Filter
equals, hashCode
 

Constructor Detail

NothingResult

public NothingResult()
Method Detail

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


Copyright © 2013 Atlassian. All Rights Reserved.