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 givenLdapEntryMapperto convert each entry into a result.<T> TLDAPExtendedTemplate.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 givenLdapEntryMapperto convert the entry into a result.