Package org.nuxeo.ecm.directory.ldap
Class LdapScope
- java.lang.Object
-
- org.nuxeo.ecm.directory.ldap.LdapScope
-
public class LdapScope extends Object
Helper for translating ldap search scope from string to integer- Author:
- Anahide Tchertchian
-
-
Constructor Summary
Constructors Constructor Description LdapScope()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Integer
getIntegerScope(String scopeString)
Returns the associated integer for scope, comparing lower case.
-