com.atlassian.user.impl.ldap
Class LiteralFilter
java.lang.Object
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.
| 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 |
LiteralFilter
public LiteralFilter(String filter)
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.