Uses of Interface
jenkins.security.plugins.ldap.LdapEntryMapper
Packages that use LdapEntryMapper
-
Uses of LdapEntryMapper in jenkins.security.plugins.ldap
Methods in jenkins.security.plugins.ldap with parameters of type LdapEntryMapperModifier and TypeMethodDescription<T> List<? extends T>
LDAPExtendedTemplate.searchForAllEntries
(String base, String filter, Object[] filterArgs, String[] attributeNames, LdapEntryMapper<T> mapper) Performs a search using the specified filter and returns a List of all matching entries using the givenLdapEntryMapper
to convert each entry into a result.<T> T
LDAPExtendedTemplate.searchForFirstEntry
(String base, String filter, Object[] filterArgs, String[] attributeNames, LdapEntryMapper<T> mapper) Performs a search using the specified filter and returns the first matching entry using the givenLdapEntryMapper
to convert the entry into a result.