Uses of Class
edu.vt.middleware.ldap.LdapConfig.SearchScope
-
Packages that use LdapConfig.SearchScope Package Description edu.vt.middleware.ldap -
-
Uses of LdapConfig.SearchScope in edu.vt.middleware.ldap
Methods in edu.vt.middleware.ldap that return LdapConfig.SearchScope Modifier and Type Method Description LdapConfig.SearchScope
LdapConfig. getSearchScope()
This returns the search scope for theLdapConfig
.static LdapConfig.SearchScope
LdapConfig.SearchScope. parseSearchScope(int i)
Method to convert a JNDI constant value to an enum.static LdapConfig.SearchScope
LdapConfig.SearchScope. valueOf(java.lang.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.Methods in edu.vt.middleware.ldap with parameters of type LdapConfig.SearchScope Modifier and Type Method Description void
LdapConfig. setSearchScope(LdapConfig.SearchScope searchScope)
This sets the search scope for theLdapConfig
.
-