com.atlassian.crowd.manager.token.reaper
Class TokenReaper

java.lang.Object
  extended by org.springframework.scheduling.quartz.QuartzJobBean
      extended by com.atlassian.crowd.manager.token.reaper.TokenReaper
All Implemented Interfaces:
org.quartz.Job

public class TokenReaper
extends org.springframework.scheduling.quartz.QuartzJobBean

The token reaper is a scheduled processes that removes expired tokens from the crowd server.


Constructor Summary
TokenReaper()
           
 
Method Summary
 void executeInternal(org.quartz.JobExecutionContext jobExecutionContext)
          Processes the removal of the expired tokens from the crowd server.
 void setTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager)
           
 
Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenReaper

public TokenReaper()
Method Detail

executeInternal

public void executeInternal(org.quartz.JobExecutionContext jobExecutionContext)
                     throws org.quartz.JobExecutionException
Processes the removal of the expired tokens from the crowd server.

Specified by:
executeInternal in class org.springframework.scheduling.quartz.QuartzJobBean
Parameters:
jobExecutionContext - Runtime information used when executing the process at runtime.
Throws:
org.quartz.JobExecutionException - Unable to process the request.

setTokenAuthenticationManager

public void setTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager)


Copyright © 2013 Atlassian. All Rights Reserved.