Class LdapScope


  • public class LdapScope
    extends Object
    Helper for translating ldap search scope from string to integer
    Author:
    Anahide Tchertchian
    • Method Detail

      • 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".