public class TombstoneContextMapper extends Object implements ContextMapperWithRequiredAttributes<Tombstone>
| Constructor and Description |
|---|
TombstoneContextMapper() |
| 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. |
Tombstone |
mapFromContext(Object ctx)
Returns an object representation of a deleted object.
|
public Tombstone mapFromContext(Object ctx)
mapFromContext in interface ContextMapperWithRequiredAttributes<Tombstone>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<Tombstone>null for allCopyright © 2023 Atlassian. All rights reserved.