public interface ContextMapperWithRequiredAttributes<T>
extends org.springframework.ldap.core.ContextMapper
ContextMapper for LDAP DirContextAdapters that declares which attributes it requires.| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getRequiredLdapAttributes()
Returns the LDAP attributes that should be requested in a search where
mapFromContext(Object) will
be called on the results. |
T |
mapFromContext(Object ctx) |
T mapFromContext(Object ctx)
mapFromContext in interface org.springframework.ldap.core.ContextMapperSet<String> getRequiredLdapAttributes()
mapFromContext(Object) will
be called on the results. If an implementation returns null then all attributes will
be requested.null for allCopyright © 2016 Atlassian. All rights reserved.