Uses of Interface
com.netgrif.application.engine.auth.service.interfaces.IUserService
- 
- 
Uses of IUserService in com.netgrif.application.engine.auth.service
Classes in com.netgrif.application.engine.auth.service that implement IUserService Modifier and Type Class Description classAbstractUserServiceclassUserService - 
Uses of IUserService in com.netgrif.application.engine.configuration
Methods in com.netgrif.application.engine.configuration that return IUserService Modifier and Type Method Description IUserServiceLdapUserServiceConfiguration. userService()IUserServiceUserServiceConfiguration. userService() - 
Uses of IUserService in com.netgrif.application.engine.configuration.drools
Constructors in com.netgrif.application.engine.configuration.drools with parameters of type IUserService Constructor Description RuleEngineGlobalsProvider(IRuleEvaluationScheduleService ruleEvaluationScheduleService, IWorkflowService workflowService, ITaskService taskService, IElasticCaseService elasticCaseService, IElasticTaskService elasticTaskService, IDataService dataService, IMailService mailService, IUserService userService, FactRepository factRepository) - 
Uses of IUserService in com.netgrif.application.engine.configuration.security
Constructors in com.netgrif.application.engine.configuration.security with parameters of type IUserService Constructor Description PublicAuthenticationFilter(org.springframework.security.authentication.ProviderManager authenticationManager, org.springframework.security.authentication.AnonymousAuthenticationProvider provider, Authority anonymousAuthority, java.lang.String[] urls, java.lang.String[] exceptions, IJwtService jwtService, IUserService userService) - 
Uses of IUserService in com.netgrif.application.engine.impersonation.service
Fields in com.netgrif.application.engine.impersonation.service declared as IUserService Modifier and Type Field Description protected IUserServiceImpersonationAuthorizationService. userServiceprotected IUserServiceImpersonationService. userService - 
Uses of IUserService in com.netgrif.application.engine.impersonation.web
Fields in com.netgrif.application.engine.impersonation.web declared as IUserService Modifier and Type Field Description protected IUserServiceImpersonationController. userService - 
Uses of IUserService in com.netgrif.application.engine.ldap.service
Classes in com.netgrif.application.engine.ldap.service that implement IUserService Modifier and Type Class Description classLdapUserService - 
Uses of IUserService in com.netgrif.application.engine.orgstructure.groups
Fields in com.netgrif.application.engine.orgstructure.groups declared as IUserService Modifier and Type Field Description protected IUserServiceNextGroupService. userService - 
Uses of IUserService in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return IUserService Modifier and Type Method Description IUserServiceActionDelegate. getUserService()Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type IUserService Modifier and Type Method Description voidActionDelegate. setUserService(IUserService value) - 
Uses of IUserService in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate that return IUserService Modifier and Type Method Description IUserServiceRoleActionDelegate. getUserService()Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate with parameters of type IUserService Modifier and Type Method Description voidRoleActionDelegate. setUserService(IUserService value) - 
Uses of IUserService in com.netgrif.application.engine.petrinet.service
Constructors in com.netgrif.application.engine.petrinet.service with parameters of type IUserService Constructor Description ProcessRoleService(ProcessRoleRepository processRoleRepository, PetriNetRepository netRepository, org.springframework.context.ApplicationEventPublisher publisher, RoleActionsRunner roleActionsRunner, IPetriNetService petriNetService, IUserService userService, ISecurityContextService securityContextService) - 
Uses of IUserService in com.netgrif.application.engine.petrinet.web
Constructors in com.netgrif.application.engine.petrinet.web with parameters of type IUserService Constructor Description PublicPetriNetController(IPetriNetService petriNetService, IUserService userService, StringToVersionConverter converter, IProcessRoleService roleService) - 
Uses of IUserService in com.netgrif.application.engine.security.service
Fields in com.netgrif.application.engine.security.service declared as IUserService Modifier and Type Field Description protected IUserServiceSecurityContextService. userServiceMethods in com.netgrif.application.engine.security.service with parameters of type IUserService Modifier and Type Method Description voidSecurityContextService. setUserService(IUserService userService) - 
Uses of IUserService in com.netgrif.application.engine.workflow.service
Fields in com.netgrif.application.engine.workflow.service declared as IUserService Modifier and Type Field Description protected IUserServiceDataService. userServiceprotected IUserServiceTaskService. userServiceprotected IUserServiceWorkflowService. userService - 
Uses of IUserService in com.netgrif.application.engine.workflow.web
Constructors in com.netgrif.application.engine.workflow.web with parameters of type IUserService Constructor Description PublicTaskController(ITaskService taskService, IDataService dataService, IUserService userService)PublicWorkflowController(IWorkflowService workflowService, IUserService userService) 
 -