Uses of Enum Class
edu.internet2.middleware.grouper.ldap.LdapSearchScope
Packages that use LdapSearchScope
Package
Description
-
Uses of LdapSearchScope in edu.internet2.middleware.grouper.app.ldapProvisioning.ldapSyncDao
Methods in edu.internet2.middleware.grouper.app.ldapProvisioning.ldapSyncDao with parameters of type LdapSearchScopeModifier and TypeMethodDescriptionLdapSyncDao.search(String ldapPoolName, String baseDn, String filter, LdapSearchScope ldapSearchScope, List<String> attributeNames) do a filter searchLdapSyncDao.search(String ldapPoolName, String baseDn, String filter, LdapSearchScope ldapSearchScope, List<String> attributeNames, Integer sizeLimit) do a filter searchLdapSyncDaoForLdap.search(String ldapPoolName, String baseDn, String filter, LdapSearchScope ldapSearchScope, List<String> attributeNames) LdapSyncDaoForLdap.search(String ldapPoolName, String baseDn, String filter, LdapSearchScope ldapSearchScope, List<String> attributeNames, Integer sizeLimit) -
Uses of LdapSearchScope in edu.internet2.middleware.grouper.ldap
Methods in edu.internet2.middleware.grouper.ldap that return LdapSearchScopeModifier and TypeMethodDescriptionstatic LdapSearchScopeReturns the enum constant of this class with the specified name.static LdapSearchScopeLdapSearchScope.valueOfIgnoreCase(String string, boolean exceptionOnNull) do a case-insensitive matchingstatic LdapSearchScope[]LdapSearchScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.internet2.middleware.grouper.ldap with parameters of type LdapSearchScopeModifier and TypeMethodDescription<R> List<R>LdapSession.list(Class<R> returnType, String ldapServerId, String searchDn, LdapSearchScope ldapSearchScope, String filter, 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 listLdapSession.list(String ldapServerId, String searchDn, LdapSearchScope ldapSearchScope, String filter, String[] attributeNames, Integer sizeLimit) Run a filter and return the results.LdapSession.listInObjects(Class<R> returnType, String ldapServerId, String searchDn, LdapSearchScope ldapSearchScope, String filter, 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 -
Uses of LdapSearchScope in edu.internet2.middleware.grouper.ldap.ldaptive
Methods in edu.internet2.middleware.grouper.ldap.ldaptive with parameters of type LdapSearchScopeModifier and TypeMethodDescription<R> List<R>LdaptiveSessionImpl.list(Class<R> returnType, String ldapServerId, String searchDn, LdapSearchScope ldapSearchScope, String filter, String attributeName) LdaptiveSessionImpl.list(String ldapServerId, String searchDn, LdapSearchScope ldapSearchScope, String filter, String[] attributeNames, Integer sizeLimit) LdaptiveSessionImpl.listInObjects(Class<R> returnType, String ldapServerId, String searchDn, LdapSearchScope ldapSearchScope, String filter, String attributeName)