|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.scheduling.quartz.QuartzJobBean
com.atlassian.crowd.authentication.tokenreaper.TokenReaper
public class TokenReaper
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 |
setDirectoryManager(DirectoryManager directoryManager)
Sets the directory manager which is used to lookup and remove expired tokens. |
| 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 |
|---|
public TokenReaper()
| Method Detail |
|---|
public void executeInternal(org.quartz.JobExecutionContext jobExecutionContext)
throws org.quartz.JobExecutionException
tokens from the crowd
server.
executeInternal in class org.springframework.scheduling.quartz.QuartzJobBeanjobExecutionContext - Runtime information used when executing the process at runtime.
org.quartz.JobExecutionException - Unable to process the request.public void setDirectoryManager(DirectoryManager directoryManager)
directoryManager - Directory manager implementation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||