Uses of Interface
com.flowable.idm.engine.impl.persistence.entity.data.TokenDataManager
Packages that use TokenDataManager
Package
Description
-
Uses of TokenDataManager in com.flowable.idm.engine
Fields in com.flowable.idm.engine declared as TokenDataManagerModifier and TypeFieldDescriptionprotected TokenDataManager
CoreIdmEngineConfiguration.tokenDataManager
Methods in com.flowable.idm.engine that return TokenDataManagerMethods in com.flowable.idm.engine with parameters of type TokenDataManagerModifier and TypeMethodDescriptionCoreIdmEngineConfiguration.setTokenDataManager
(TokenDataManager tokenDataManager) -
Uses of TokenDataManager in com.flowable.idm.engine.impl.persistence.entity
Constructors in com.flowable.idm.engine.impl.persistence.entity with parameters of type TokenDataManagerModifierConstructorDescriptionTokenEntityManagerImpl
(CoreIdmEngineConfiguration idmEngineConfiguration, TokenDataManager tokenDataManager) -
Uses of TokenDataManager in com.flowable.idm.engine.impl.persistence.entity.data.impl
Classes in com.flowable.idm.engine.impl.persistence.entity.data.impl that implement TokenDataManager