Class AliasTombstone


public class AliasTombstone extends ApplicationTombstone
Used as a marker for all alias changes, not only deletions. This is because aliases currently don't have a created/updated date stored, and the events produced are only used to invalidate the entire stream by com.atlassian.crowd.manager.application.TranslatingApplicationService#getNewEvents
  • Constructor Details

    • AliasTombstone

      protected AliasTombstone()
    • AliasTombstone

      public AliasTombstone(long timestamp, long applicationId, String username)
  • Method Details

    • getUsername

      public String getUsername()
    • setUsername

      protected void setUsername(String username)