Uses of Interface
org.flowable.idm.api.IdmIdentityService
Packages that use IdmIdentityService
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of IdmIdentityService in org.flowable.cmmn.engine
Methods in org.flowable.cmmn.engine that return IdmIdentityService -
Uses of IdmIdentityService in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return IdmIdentityServiceModifier and TypeMethodDescriptionstatic IdmIdentityService
CommandContextUtil.getIdmIdentityService()
-
Uses of IdmIdentityService in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return IdmIdentityServiceModifier and TypeMethodDescriptionprotected IdmIdentityService
IdentityServiceImpl.getIdmIdentityService()
protected IdmIdentityService
TaskServiceImpl.getIdmIdentityService()
-
Uses of IdmIdentityService in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return IdmIdentityServiceModifier and TypeMethodDescriptionstatic IdmIdentityService
CommandContextUtil.getIdmIdentityService()
static IdmIdentityService
EngineServiceUtil.getIdmIdentityService
(AbstractEngineConfiguration engineConfiguration) -
Uses of IdmIdentityService in org.flowable.idm.api
Methods in org.flowable.idm.api that return IdmIdentityService -
Uses of IdmIdentityService in org.flowable.idm.engine
Fields in org.flowable.idm.engine declared as IdmIdentityServiceModifier and TypeFieldDescriptionprotected IdmIdentityService
IdmEngineConfiguration.idmIdentityService
Methods in org.flowable.idm.engine that return IdmIdentityServiceModifier and TypeMethodDescriptionIdmEngine.getIdmIdentityService()
IdmEngineConfiguration.getIdmIdentityService()
Methods in org.flowable.idm.engine with parameters of type IdmIdentityServiceModifier and TypeMethodDescriptionIdmEngineConfiguration.setIdmIdentityService
(IdmIdentityService idmIdentityService) -
Uses of IdmIdentityService in org.flowable.idm.engine.impl
Classes in org.flowable.idm.engine.impl that implement IdmIdentityServiceFields in org.flowable.idm.engine.impl declared as IdmIdentityServiceMethods in org.flowable.idm.engine.impl that return IdmIdentityService -
Uses of IdmIdentityService in org.flowable.idm.engine.test
Fields in org.flowable.idm.engine.test declared as IdmIdentityServiceModifier and TypeFieldDescriptionprotected IdmIdentityService
FlowableIdmRule.identityService
protected IdmIdentityService
AbstractFlowableIdmTestCase.idmIdentityService
Methods in org.flowable.idm.engine.test that return IdmIdentityServiceMethods in org.flowable.idm.engine.test with parameters of type IdmIdentityServiceModifier and TypeMethodDescriptionvoid
FlowableIdmRule.setIdentityService
(IdmIdentityService identityService) -
Uses of IdmIdentityService in org.flowable.rest.security
Fields in org.flowable.rest.security declared as IdmIdentityServiceModifier and TypeFieldDescriptionprotected IdmIdentityService
BasicAuthenticationProvider.idmIdentityService
-
Uses of IdmIdentityService in org.flowable.spring.security
Fields in org.flowable.spring.security declared as IdmIdentityServiceModifier and TypeFieldDescriptionprotected final IdmIdentityService
FlowableUserDetailsService.identityService
protected final IdmIdentityService
FlowableAuthenticationProvider.idmIdentityService
Constructors in org.flowable.spring.security with parameters of type IdmIdentityServiceModifierConstructorDescriptionFlowableAuthenticationProvider
(IdmIdentityService idmIdentityService, UserDetailsService userDetailsService) FlowableUserDetailsService
(IdmIdentityService identityService) -
Uses of IdmIdentityService in org.flowable.task.service
Fields in org.flowable.task.service declared as IdmIdentityServiceModifier and TypeFieldDescriptionprotected IdmIdentityService
TaskServiceConfiguration.idmIdentityService
Methods in org.flowable.task.service that return IdmIdentityServiceMethods in org.flowable.task.service with parameters of type IdmIdentityServiceModifier and TypeMethodDescriptionvoid
TaskServiceConfiguration.setIdmIdentityService
(IdmIdentityService idmIdentityService) -
Uses of IdmIdentityService in org.flowable.task.service.impl
Fields in org.flowable.task.service.impl declared as IdmIdentityServiceConstructors in org.flowable.task.service.impl with parameters of type IdmIdentityServiceModifierConstructorDescriptionTaskQueryImpl
(CommandContext commandContext, TaskServiceConfiguration taskServiceConfiguration, VariableServiceConfiguration variableServiceConfiguration, IdmIdentityService idmIdentityService) TaskQueryImpl
(CommandExecutor commandExecutor, String databaseType, TaskServiceConfiguration taskServiceConfiguration, VariableServiceConfiguration variableServiceConfiguration, IdmIdentityService idmIdentityService) TaskQueryImpl
(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration, VariableServiceConfiguration variableServiceConfiguration, IdmIdentityService idmIdentityService)