Modifier and Type | Field | Description |
---|---|---|
protected at.gv.egovernment.moa.id.commons.api.AuthConfiguration |
authConfig |
Constructor | Description |
---|---|
AuthenticationSessionCleaner() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
logExceptionToTechnicalLog(Throwable loggedException) |
Write a Exception to the MOA-ID-Auth internal technical log
|
void |
run() |
Runs the thread.
|
@Autowired protected at.gv.egovernment.moa.id.commons.api.AuthConfiguration authConfig
@Scheduled(fixedRate=300000L) public void run()
AuthenticationServer
session store
and authentication data store from garbage, then sleeps for given interval, and restarts.
Cleans up expired session and authentication data stores.protected void logExceptionToTechnicalLog(Throwable loggedException)
loggedException
- Exception to logCopyright © 2019. All rights reserved.