Class SessionStatusIndexPoolService
java.lang.Object
io.jans.as.server.service.cluster.AbstractStatusIndexPoolService<io.jans.model.token.SessionStatusIndexPool>
io.jans.as.server.service.session.SessionStatusIndexPoolService
@ApplicationScoped
public class SessionStatusIndexPoolService
extends AbstractStatusIndexPoolService<io.jans.model.token.SessionStatusIndexPool>
- Author:
- Yuriy Z
-
Field Summary
Fields inherited from class io.jans.as.server.service.cluster.AbstractStatusIndexPoolService
ATTEMPT_LIMIT, DELAY_AFTER_EXPIRATION, DELAY_IF_LOCKED, LOCK_WAIT_BEFORE_UPDATE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbaseDn()
Class<io.jans.model.token.SessionStatusIndexPool>
int
void
markAllIndexesAsValid
(List<Integer> enumerateAllIndexes) Methods inherited from class io.jans.as.server.service.cluster.AbstractStatusIndexPoolService
allocate, createDn, getAllPools, getNodePools, getPoolByDn, getPoolById, getPoolByIndex, getPoolLast, getPoolsExpired, init, persist, setIndexes, update, updateWithLock
-
Constructor Details
-
SessionStatusIndexPoolService
public SessionStatusIndexPoolService()
-
-
Method Details
-
getStatusListBitSize
public int getStatusListBitSize()- Specified by:
getStatusListBitSize
in classAbstractStatusIndexPoolService<io.jans.model.token.SessionStatusIndexPool>
-
getEntityClass
- Specified by:
getEntityClass
in classAbstractStatusIndexPoolService<io.jans.model.token.SessionStatusIndexPool>
-
baseDn
- Specified by:
baseDn
in classAbstractStatusIndexPoolService<io.jans.model.token.SessionStatusIndexPool>
-
markAllIndexesAsValid
- Specified by:
markAllIndexesAsValid
in classAbstractStatusIndexPoolService<io.jans.model.token.SessionStatusIndexPool>
-
logPrefix
- Specified by:
logPrefix
in classAbstractStatusIndexPoolService<io.jans.model.token.SessionStatusIndexPool>
-