Class SessionTokenReaper

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

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

    • CROWD_TOKENREAPER_ENABLED

      public static final BooleanSystemProperty CROWD_TOKENREAPER_ENABLED
      This system property controls whether the token reaper actually runs. It defaults to "true". Set it to "false" to inhibit the token reaper.

      Note that this is separate from UserTokenReaper, which only reaps ExpirableUserToken

  • 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 server.
      Specified by:
      runJob in interface com.atlassian.scheduler.JobRunner