Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.directory.ldap
Class LdapScope

java.lang.Object
  extended by org.nuxeo.ecm.directory.ldap.LdapScope

public class LdapScope
extends java.lang.Object

Helper for translating ldap search scope from string to integer

Author:
Anahide Tchertchian

Constructor Summary
LdapScope()
           
 
Method Summary
static java.lang.Integer getIntegerScope(java.lang.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 java.lang.Integer getIntegerScope(java.lang.String scopeString)
Returns the associated integer for scope, comparing lower case. Returns null if not one of "object", "onelevel" or "subtree".


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.