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 Details

    • LdapScope

      public LdapScope()
  • Method Details

    • getIntegerScope

      public static Integer getIntegerScope(String scopeString)
      Returns the associated integer for scope, comparing lower case. Returns null if not one of "object", "onelevel" or "subtree".