Class SessionTokenReaper
java.lang.Object
com.atlassian.crowd.manager.token.reaper.SessionTokenReaper
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
The token reaper is a scheduled processes that removes expired
tokens
from the crowd server.-
Field Summary
Modifier and TypeFieldDescriptionstatic final BooleanSystemProperty
This system property controls whether the token reaper actually runs. -
Constructor Summary
-
Method Summary
-
Field Details
-
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 reapsExpirableUserToken
-
-
Constructor Details
-
SessionTokenReaper
-
-
Method Details
-
runJob
public com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest request) Processes the removal of the expiredtokens
from the crowd server.- Specified by:
runJob
in interfacecom.atlassian.scheduler.JobRunner
-