Uses of Class
edu.internet2.middleware.grouper.ldap.LdapEntry
Packages that use LdapEntry
Package
Description
This package contains classes related to the subject API
-
Uses of LdapEntry in edu.internet2.middleware.grouper.app.ldapProvisioning.ldapSyncDao
Methods in edu.internet2.middleware.grouper.app.ldapProvisioning.ldapSyncDao that return types with arguments of type LdapEntryModifier and TypeMethodDescriptionLdapSyncDao.read
(String ldapPoolName, String baseDn, List<String> dnList, List<String> attributeNames) find objects by dn'sLdapSyncDaoForLdap.read
(String ldapPoolName, String baseDn, List<String> dnList, List<String> attributeNames) LdapSyncDao.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) Methods in edu.internet2.middleware.grouper.app.ldapProvisioning.ldapSyncDao with parameters of type LdapEntry -
Uses of LdapEntry in edu.internet2.middleware.grouper.app.loader.ldap
Methods in edu.internet2.middleware.grouper.app.loader.ldap that return types with arguments of type LdapEntryModifier and TypeMethodDescriptionLdapResultsTransformationInput.getLdapSearchResults()
Contains the data directly out of LDAPMethod parameters in edu.internet2.middleware.grouper.app.loader.ldap with type arguments of type LdapEntryModifier and TypeMethodDescriptionLdapResultsTransformationInput.setLdapSearchResults
(List<LdapEntry> ldapSearchResults) -
Uses of LdapEntry in edu.internet2.middleware.grouper.ldap
Methods in edu.internet2.middleware.grouper.ldap that return types with arguments of type LdapEntryModifier and TypeMethodDescriptionLdapSession.list
(String ldapServerId, String searchDn, LdapSearchScope ldapSearchScope, String filter, String[] attributeNames, Integer sizeLimit) Run a filter and return the results.LdapSession.read
(String ldapServerId, String searchDn, List<String> dnList, String[] attributeNames) Get the following entries.Methods in edu.internet2.middleware.grouper.ldap with parameters of type LdapEntry -
Uses of LdapEntry in edu.internet2.middleware.grouper.ldap.ldaptive
Methods in edu.internet2.middleware.grouper.ldap.ldaptive that return types with arguments of type LdapEntryModifier and TypeMethodDescriptionLdaptiveSessionImpl.list
(String ldapServerId, String searchDn, LdapSearchScope ldapSearchScope, String filter, String[] attributeNames, Integer sizeLimit) LdaptiveSessionImpl.read
(String ldapServerId, String searchDn, List<String> dnList, String[] attributeNames) Methods in edu.internet2.middleware.grouper.ldap.ldaptive with parameters of type LdapEntry -
Uses of LdapEntry in edu.internet2.middleware.grouper.subj
Methods in edu.internet2.middleware.grouper.subj with parameters of type LdapEntry -
Uses of LdapEntry in edu.internet2.middleware.subject.provider
Methods in edu.internet2.middleware.subject.provider that return LdapEntryModifier and TypeMethodDescriptionprotected LdapEntry
LdapSourceAdapter.getLdapUnique
(Search search, String searchValue, String[] attributeNames) Methods in edu.internet2.middleware.subject.provider that return types with arguments of type LdapEntryModifier and TypeMethodDescriptionLdapSourceAdapter.getLdapResults
(Search search, String searchValue, String[] attributeNames) Methods in edu.internet2.middleware.subject.provider with parameters of type LdapEntry