Class UserTokenReaper

java.lang.Object
com.atlassian.crowd.manager.token.reaper.UserTokenReaper
All Implemented Interfaces:
com.atlassian.scheduler.JobRunner

public class UserTokenReaper extends Object implements com.atlassian.scheduler.JobRunner
The expired token reaper is a scheduled processes that removes expired tokens from the crowd database.
  • Constructor Details

  • Method Details

    • runJob

      public com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest request)
      Processes the removal of the expired tokens from the crowd database.
      Specified by:
      runJob in interface com.atlassian.scheduler.JobRunner