Package | Description |
---|---|
edu.vt.middleware.ldap |
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapConfig.setSearchScope(LdapConfig.SearchScope searchScope)
This sets the search scope for the
LdapConfig . |
Copyright © 2014. All rights reserved.