com.atlassian.user.impl.ldap
Class LiteralFilter

java.lang.Object
  extended by com.atlassian.user.impl.ldap.LiteralFilter
All Implemented Interfaces:
net.sf.ldaptemplate.support.filter.Filter

public class LiteralFilter
extends Object
implements net.sf.ldaptemplate.support.filter.Filter

An explictly specified filter. The string supplied must already be escaped for both JNDI and LDAP -- it does *not* get filterEncoded.


Constructor Summary
LiteralFilter(String filter)
           
 
Method Summary
 String encode()
           
 StringBuffer encode(StringBuffer stringBuffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.ldaptemplate.support.filter.Filter
equals, hashCode
 

Constructor Detail

LiteralFilter

public LiteralFilter(String filter)
Method Detail

encode

public String encode()
Specified by:
encode in interface net.sf.ldaptemplate.support.filter.Filter

encode

public StringBuffer encode(StringBuffer stringBuffer)
Specified by:
encode in interface net.sf.ldaptemplate.support.filter.Filter


Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.