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 IdmIdentityServiceCommandContextUtil.getIdmIdentityService() -
Uses of IdmIdentityService in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return IdmIdentityServiceModifier and TypeMethodDescriptionprotected IdmIdentityServiceIdentityServiceImpl.getIdmIdentityService()protected IdmIdentityServiceTaskServiceImpl.getIdmIdentityService() -
Uses of IdmIdentityService in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return IdmIdentityServiceModifier and TypeMethodDescriptionstatic IdmIdentityServiceCommandContextUtil.getIdmIdentityService()static IdmIdentityServiceEngineServiceUtil.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 IdmIdentityServiceIdmEngineConfiguration.idmIdentityServiceMethods 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 IdmIdentityServiceFlowableIdmRule.identityServiceprotected IdmIdentityServiceAbstractFlowableIdmTestCase.idmIdentityServiceMethods in org.flowable.idm.engine.test that return IdmIdentityServiceMethods in org.flowable.idm.engine.test with parameters of type IdmIdentityServiceModifier and TypeMethodDescriptionvoidFlowableIdmRule.setIdentityService(IdmIdentityService identityService) -
Uses of IdmIdentityService in org.flowable.rest.security
Fields in org.flowable.rest.security declared as IdmIdentityServiceModifier and TypeFieldDescriptionprotected IdmIdentityServiceBasicAuthenticationProvider.idmIdentityService -
Uses of IdmIdentityService in org.flowable.spring.security
Fields in org.flowable.spring.security declared as IdmIdentityServiceModifier and TypeFieldDescriptionprotected final IdmIdentityServiceFlowableUserDetailsService.identityServiceprotected final IdmIdentityServiceFlowableAuthenticationProvider.idmIdentityServiceConstructors 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 IdmIdentityServiceTaskServiceConfiguration.idmIdentityServiceMethods in org.flowable.task.service that return IdmIdentityServiceMethods in org.flowable.task.service with parameters of type IdmIdentityServiceModifier and TypeMethodDescriptionvoidTaskServiceConfiguration.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)