com.atlassian.crowd.integration.directory.connector.spring
Class PreEncodedFilter
java.lang.Object
AbstractFilter
com.atlassian.crowd.integration.directory.connector.spring.PreEncodedFilter
public class PreEncodedFilter
- extends AbstractFilter
Allows a runtime filter to be specified that is already encoded.
PreEncodedFilter filter = new PreEncodedFilter("(objectClass=user)(!(objectClass=computer))");
System.out.println(filter.ecode());
This type of filter was requested to be added to the Spring LDAP core: http://opensource.atlassian.com/projects/spring/browse/LDAP-28
- Author:
- Justen Stepka
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreEncodedFilter
public PreEncodedFilter(String filter)
encode
public StringBuffer encode(StringBuffer stringBuffer)
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.