Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.directory.ldap
Class LdapScope

java.lang.Object
  extended by 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
LdapScope()
           
 
Method Summary
static Integer getIntegerScope(String scopeString)
          Returns the associated integer for scope, comparing lower case.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapScope

public LdapScope()
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".


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.