Uses of Interface
ru.cg.webbpm.modules.security.api.runtime.SecurityContext
Packages that use SecurityContext
Package
Description
Classes for creating runtime variables condition adapter.
-
Uses of SecurityContext in dao
Constructors in dao with parameters of type SecurityContextModifierConstructorDescriptionCustomSqlSingleResultLoader
(org.jooq.DSLContext dsl, DslProvider dslProvider, SecurityContext securityContext, VariableService variableService) -
Uses of SecurityContext in dao.container
Constructors in dao.container with parameters of type SecurityContextModifierConstructorDescriptionprotected
CustomSqlFormDao
(DefaultEntityGraph graph, org.jooq.DSLContext dsl, DslProvider dslProvider, SecurityContext securityContext, VariableService variableService) CustomSqlFormDao
(SecurityContext securityContext, VariableService variableService) -
Uses of SecurityContext in database.dao
Constructors in database.dao with parameters of type SecurityContextModifierConstructorDescriptionCustomSqlLoadDao
(DefaultEntityGraph graph, org.jooq.DSLContext dsl, DslProvider dslProvider, String sql, QueryParam[] parameterVariables, SecurityContext securityContext, VariableService variableService) CustomSqlLoadDao
(SecurityContext securityContext, VariableService variableService) -
Uses of SecurityContext in ru.cg.webbpm.modules.bpmn.workflow.jbpm.security
Constructors in ru.cg.webbpm.modules.bpmn.workflow.jbpm.security with parameters of type SecurityContextModifierConstructorDescriptionBpmnSecurityContextImpl
(SecurityContext securityContext, RuntimeUserService runtimeUserService, BpmnRoleProvider bpmnRoleProvider) -
Uses of SecurityContext in ru.cg.webbpm.modules.security.adapter
Constructors in ru.cg.webbpm.modules.security.adapter with parameters of type SecurityContextModifierConstructorDescriptionRuntimeVariableConditionAdapter
(SecurityContext securityContext) Constructor for class RuntimeVariableConditionAdapter -
Uses of SecurityContext in ru.cg.webbpm.modules.security.api.impl.service
Constructors in ru.cg.webbpm.modules.security.api.impl.service with parameters of type SecurityContextModifierConstructorDescriptionAccessLevelServiceImpl
(SecurityContext securityContext, AccessLevelDao accessLevelDao, UserGroupDao userGroupDao, GroupDao groupDao) Access level service constructor - creates new access level service.UserServiceImpl
(SecurityContext securityContext, AccessLevelService accessLevelService, UserDao userDao, UserGroupDao userGroupDao, UserRoleDao userRoleDao) User service constructor - creates new user service. -
Uses of SecurityContext in ru.cg.webbpm.modules.security.api.spring.impl
Classes in ru.cg.webbpm.modules.security.api.spring.impl that implement SecurityContext -
Uses of SecurityContext in ru.cg.webbpm.modules.webkit.active_users_tracker
Constructors in ru.cg.webbpm.modules.webkit.active_users_tracker with parameters of type SecurityContextModifierConstructorDescriptionUserTrackerWebListener
(com.hazelcast.core.HazelcastInstance hazelcastInstance, SecurityContext securityContext, ru.fix.aggregating.profiler.Profiler profiler, long maxTimeBetweenOperationsInSeconds, int hazelcastAppPoolSize) -
Uses of SecurityContext in security.service
Constructors in security.service with parameters of type SecurityContextModifierConstructorDescriptionAuthenticationHelper
(JwtTokenService jwtTokenService, SecurityContext securityContext)