|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LdapSearchScope | |
---|---|
edu.internet2.middleware.grouper.ldap |
Uses of LdapSearchScope in edu.internet2.middleware.grouper.ldap |
---|
Methods in edu.internet2.middleware.grouper.ldap that return LdapSearchScope | |
---|---|
static LdapSearchScope |
LdapSearchScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LdapSearchScope |
LdapSearchScope.valueOfIgnoreCase(java.lang.String string,
boolean exceptionOnNull)
do a case-insensitive matching |
static LdapSearchScope[] |
LdapSearchScope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.internet2.middleware.grouper.ldap with parameters of type LdapSearchScope | ||
---|---|---|
static
|
LdapSession.list(java.lang.Class<R> returnType,
java.lang.String ldapServerId,
java.lang.String searchDn,
LdapSearchScope ldapSearchScope,
java.lang.String filter,
java.lang.String attributeName)
run a filter, for one attribute, and return a list of that attribute typecast as a certain type note, if it is a multi-valued attributes, and there are multiple object results, it will be flattened into one list |
|
static
|
LdapSession.listInObjects(java.lang.Class<R> returnType,
java.lang.String ldapServerId,
java.lang.String searchDn,
LdapSearchScope ldapSearchScope,
java.lang.String filter,
java.lang.String attributeName)
run a filter, for one attribute, and return a map of the DN key to the value of list of that attribute typecast as a certain type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |