Package io.jans.fido2.service.app
Class CleanerTimer
- java.lang.Object
-
- io.jans.fido2.service.app.CleanerTimer
-
@ApplicationScoped @Named public class CleanerTimer extends Object
- Author:
- Yuriy Movchan Date: 05/13/2020
-
-
Field Summary
Fields Modifier and Type Field Description static int
BATCH_SIZE
-
Constructor Summary
Constructors Constructor Description CleanerTimer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
cleanup(Map.Entry<String,Class<?>> baseDn, Date now, int batchSize)
int
cleanupBranches(String branchDn, Date now, int batchSize)
void
initTimer()
void
process(io.jans.service.cdi.event.CleanerEvent cleanerEvent)
void
processImpl()
-
-
-
Field Detail
-
BATCH_SIZE
public static final int BATCH_SIZE
- See Also:
- Constant Field Values
-
-