public class DeduplicatingDnMapperDecorator extends Object implements ContextMapperWithRequiredAttributes<LdapName>
| Constructor and Description |
|---|
DeduplicatingDnMapperDecorator(ContextMapperWithRequiredAttributes<LdapName> delegate) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getRequiredLdapAttributes()
Returns the LDAP attributes that should be requested in a search where
ContextMapperWithRequiredAttributes.mapFromContext(Object) will
be called on the results. |
LdapName |
mapFromContext(Object ctx) |
public DeduplicatingDnMapperDecorator(ContextMapperWithRequiredAttributes<LdapName> delegate)
public LdapName mapFromContext(Object ctx)
mapFromContext in interface ContextMapperWithRequiredAttributes<LdapName>mapFromContext in interface org.springframework.ldap.core.ContextMapperpublic Set<String> getRequiredLdapAttributes()
ContextMapperWithRequiredAttributesContextMapperWithRequiredAttributes.mapFromContext(Object) will
be called on the results. If an implementation returns null then all attributes will
be requested.getRequiredLdapAttributes in interface ContextMapperWithRequiredAttributes<LdapName>null for allCopyright © 2023 Atlassian. All rights reserved.