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 class
AbstractUserService
class
UserService
-
Uses of IUserService in com.netgrif.application.engine.configuration
Methods in com.netgrif.application.engine.configuration that return IUserService Modifier and Type Method Description IUserService
LdapUserServiceConfiguration. userService()
IUserService
UserServiceConfiguration. 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.ldap.service
Classes in com.netgrif.application.engine.ldap.service that implement IUserService Modifier and Type Class Description class
LdapUserService
-
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 IUserService
NextGroupService. 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 IUserService
ActionDelegate. getUserService()
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type IUserService Modifier and Type Method Description void
ActionDelegate. 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 IUserService
RoleActionDelegate. getUserService()
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate with parameters of type IUserService Modifier and Type Method Description void
RoleActionDelegate. 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.workflow.service
Fields in com.netgrif.application.engine.workflow.service declared as IUserService Modifier and Type Field Description protected IUserService
DataService. userService
protected IUserService
TaskService. userService
protected IUserService
WorkflowService. 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)
-