Uses of Interface
com.netgrif.application.engine.security.service.ISecurityContextService
-
-
Uses of ISecurityContextService in com.netgrif.application.engine.configuration.security
Constructors in com.netgrif.application.engine.configuration.security with parameters of type ISecurityContextService Constructor Description SecurityContextFilter(ISecurityContextService securityContextService) -
Uses of ISecurityContextService in com.netgrif.application.engine.impersonation.service
Fields in com.netgrif.application.engine.impersonation.service declared as ISecurityContextService Modifier and Type Field Description protected ISecurityContextServiceImpersonationService. securityContextService -
Uses of ISecurityContextService in com.netgrif.application.engine.orgstructure.groups
Fields in com.netgrif.application.engine.orgstructure.groups declared as ISecurityContextService Modifier and Type Field Description protected ISecurityContextServiceNextGroupService. securityContextService -
Uses of ISecurityContextService in com.netgrif.application.engine.petrinet.service
Constructors in com.netgrif.application.engine.petrinet.service with parameters of type ISecurityContextService Constructor Description ProcessRoleService(ProcessRoleRepository processRoleRepository, PetriNetRepository netRepository, org.springframework.context.ApplicationEventPublisher publisher, RoleActionsRunner roleActionsRunner, IPetriNetService petriNetService, IUserService userService, ISecurityContextService securityContextService) -
Uses of ISecurityContextService in com.netgrif.application.engine.security.service
Classes in com.netgrif.application.engine.security.service that implement ISecurityContextService Modifier and Type Class Description classSecurityContextServiceService for managing security context object, like user resource
-