Uses of Interface
com.flowable.idm.engine.impl.persistence.entity.DesignAuthenticationEntity
Packages that use DesignAuthenticationEntity
Package
Description
-
Uses of DesignAuthenticationEntity in com.flowable.idm.engine.impl.persistence.entity
Classes in com.flowable.idm.engine.impl.persistence.entity that implement DesignAuthenticationEntityMethods in com.flowable.idm.engine.impl.persistence.entity that return DesignAuthenticationEntityModifier and TypeMethodDescriptionDesignAuthenticationEntityManager.findByUserIdAndTenant(String userId, String tenantId) DesignAuthenticationEntityManagerImpl.findByUserIdAndTenant(String userId, String tenantId) -
Uses of DesignAuthenticationEntity in com.flowable.idm.engine.impl.persistence.entity.data
Methods in com.flowable.idm.engine.impl.persistence.entity.data that return DesignAuthenticationEntityModifier and TypeMethodDescriptionDesignAuthenticationDataManager.findByUserIdAndTenant(String userId, String tenantId) -
Uses of DesignAuthenticationEntity in com.flowable.idm.engine.impl.persistence.entity.data.impl
Fields in com.flowable.idm.engine.impl.persistence.entity.data.impl with type parameters of type DesignAuthenticationEntityModifier and TypeFieldDescriptionprotected CachedEntityMatcher<DesignAuthenticationEntity>MybatisDesignAuthenticationDataManager.authenticationByUserIdMybatisDesignAuthenticationDataManager.authenticationByUserIdAndTenantMethods in com.flowable.idm.engine.impl.persistence.entity.data.impl that return DesignAuthenticationEntityModifier and TypeMethodDescriptionMybatisDesignAuthenticationDataManager.create()MybatisDesignAuthenticationDataManager.findByUserIdAndTenant(String userId, String tenantId) Methods in com.flowable.idm.engine.impl.persistence.entity.data.impl that return types with arguments of type DesignAuthenticationEntityModifier and TypeMethodDescriptionClass<? extends DesignAuthenticationEntity>MybatisDesignAuthenticationDataManager.getManagedEntityClass() -
Uses of DesignAuthenticationEntity in com.flowable.idm.engine.impl.persistence.entity.data.impl.cachematcher
Methods in com.flowable.idm.engine.impl.persistence.entity.data.impl.cachematcher with parameters of type DesignAuthenticationEntityModifier and TypeMethodDescriptionbooleanDesignAuthenticationByUserIdMatcher.isRetained(DesignAuthenticationEntity entity, Object parameter)