com.atlassian.user.util
Class LDAPUtils
java.lang.Object
com.atlassian.user.util.LDAPUtils
public class LDAPUtils
- extends Object
|
Field Summary |
static org.apache.log4j.Category |
log
|
|
Method Summary |
static SearchControls |
createSearchControls(String[] attributesToReturn,
boolean searchAllDepths,
int timeLimitMillis)
|
static boolean |
isValidFilter(String filter)
|
static net.sf.ldaptemplate.support.filter.Filter |
makeAndFilter(net.sf.ldaptemplate.support.filter.Filter filter1,
net.sf.ldaptemplate.support.filter.Filter filter2)
"ANDS" the two filters passed in. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final org.apache.log4j.Category log
LDAPUtils
public LDAPUtils()
makeAndFilter
public static net.sf.ldaptemplate.support.filter.Filter makeAndFilter(net.sf.ldaptemplate.support.filter.Filter filter1,
net.sf.ldaptemplate.support.filter.Filter filter2)
- "ANDS" the two filters passed in. Either filter may be null, in which case the non-null filter is returned.
isValidFilter
public static boolean isValidFilter(String filter)
createSearchControls
public static SearchControls createSearchControls(String[] attributesToReturn,
boolean searchAllDepths,
int timeLimitMillis)
Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.