com.atlassian.crowd.model
Class Tombstone

java.lang.Object
  extended by com.atlassian.crowd.model.Tombstone

public class Tombstone
extends Object

Active Directory deleted object (tombstone).


Constructor Summary
Tombstone(String objectGUID, String usnChanged)
           
 
Method Summary
 String getObjectGUID()
           
 Long getUsnChanged()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tombstone

public Tombstone(String objectGUID,
                 String usnChanged)
Method Detail

getObjectGUID

public String getObjectGUID()

getUsnChanged

public Long getUsnChanged()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Atlassian. All Rights Reserved.