Package org.nuxeo.ecm.directory.ldap
Class LdapScope
java.lang.Object
org.nuxeo.ecm.directory.ldap.LdapScope
Helper for translating ldap search scope from string to integer
- Author:
- Anahide Tchertchian
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Integer
getIntegerScope
(String scopeString) Returns the associated integer for scope, comparing lower case.
-
Constructor Details
-
LdapScope
public LdapScope()
-
-
Method Details
-
getIntegerScope
Returns the associated integer for scope, comparing lower case. Returns null if not one of "object", "onelevel" or "subtree".
-