com.atlassian.crowd.directory.ldap.mapper
Class TombstoneContextMapper

java.lang.Object
  extended by com.atlassian.crowd.directory.ldap.mapper.TombstoneContextMapper
All Implemented Interfaces:
org.springframework.ldap.core.ContextMapper

public class TombstoneContextMapper
extends java.lang.Object
implements org.springframework.ldap.core.ContextMapper

Specific to Active Directory to map deleted objects.


Constructor Summary
TombstoneContextMapper()
           
 
Method Summary
 java.lang.Object mapFromContext(java.lang.Object ctx)
          Returns an object representation of a deleted object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TombstoneContextMapper

public TombstoneContextMapper()
Method Detail

mapFromContext

public java.lang.Object mapFromContext(java.lang.Object ctx)
Returns an object representation of a deleted object.

Specified by:
mapFromContext in interface org.springframework.ldap.core.ContextMapper
Parameters:
ctx -
Returns:
tombstone object with objectGUID and uSNChanged.


Copyright © 2010 Atlassian. All Rights Reserved.