Package org.flowable.ui.common.security
Class IdmEnginePersistentTokenService
- java.lang.Object
-
- org.flowable.ui.common.security.BasePersistentTokenService
-
- org.flowable.ui.common.security.IdmEnginePersistentTokenService
-
- All Implemented Interfaces:
PersistentTokenService,org.springframework.beans.factory.InitializingBean
public class IdmEnginePersistentTokenService extends BasePersistentTokenService
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected IdmIdentityServiceidmIdentityService-
Fields inherited from class org.flowable.ui.common.security.BasePersistentTokenService
logger, maxAge, maxUserSize, random
-
-
Constructor Summary
Constructors Constructor Description IdmEnginePersistentTokenService(IdmIdentityService idmIdentityService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokencreateToken(String userId, String remoteAddress, String userAgent)voiddelete(Token token)protected TokenloadToken(String tokenId)-
Methods inherited from class org.flowable.ui.common.security.BasePersistentTokenService
afterPropertiesSet, generateRandom, generateRandomWithoutSlash, generateSeriesData, generateTokenData, getMaxAge, getMaxUserSize, getToken, invalidateCacheEntryAndGetToken, setMaxAge, setMaxUserSize
-
-
-
-
Field Detail
-
idmIdentityService
protected final IdmIdentityService idmIdentityService
-
-
Constructor Detail
-
IdmEnginePersistentTokenService
public IdmEnginePersistentTokenService(IdmIdentityService idmIdentityService)
-
-
Method Detail
-
loadToken
protected Token loadToken(String tokenId)
- Specified by:
loadTokenin classBasePersistentTokenService
-
delete
public void delete(Token token)
- Specified by:
deletein interfacePersistentTokenService- Overrides:
deletein classBasePersistentTokenService
-
-