Uses of Class
edu.vt.middleware.ldap.LdapConfig.SearchScope

Packages that use LdapConfig.SearchScope
edu.vt.middleware.ldap   
 

Uses of LdapConfig.SearchScope in edu.vt.middleware.ldap
 

Methods in edu.vt.middleware.ldap that return LdapConfig.SearchScope
 LdapConfig.SearchScope LdapConfig.getSearchScope()
          This returns the search scope for the LdapConfig.
static LdapConfig.SearchScope LdapConfig.SearchScope.parseSearchScope(int i)
          Method to convert a JNDI constant value to an enum.
static LdapConfig.SearchScope LdapConfig.SearchScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LdapConfig.SearchScope[] LdapConfig.SearchScope.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in edu.vt.middleware.ldap with parameters of type LdapConfig.SearchScope
 void LdapConfig.setSearchScope(LdapConfig.SearchScope searchScope)
          This sets the search scope for the LdapConfig.
 



Copyright © 2003-2010 Virginia Tech. All Rights Reserved.