Uses of Interface
com.evolveum.midpoint.security.api.SecurityContextManager
Packages that use SecurityContextManager
Package
Description
-
Uses of SecurityContextManager in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page that return SecurityContextManager -
Uses of SecurityContextManager in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return SecurityContextManager -
Uses of SecurityContextManager in com.evolveum.midpoint.model.common
Fields in com.evolveum.midpoint.model.common declared as SecurityContextManager -
Uses of SecurityContextManager in com.evolveum.midpoint.model.common.expression.evaluator.transformation
Fields in com.evolveum.midpoint.model.common.expression.evaluator.transformation declared as SecurityContextManagerModifier and TypeFieldDescriptionprotected final SecurityContextManagerAbstractValueTransformationExpressionEvaluator.securityContextManagerMay be `null` in some low-level tests whereModelCommonBeansare initialized manually. -
Uses of SecurityContextManager in com.evolveum.midpoint.model.impl
Fields in com.evolveum.midpoint.model.impl declared as SecurityContextManager -
Uses of SecurityContextManager in com.evolveum.midpoint.model.impl.scripting.actions
Fields in com.evolveum.midpoint.model.impl.scripting.actions declared as SecurityContextManagerModifier and TypeFieldDescriptionprotected SecurityContextManagerBaseActionExecutor.securityContextManager -
Uses of SecurityContextManager in com.evolveum.midpoint.repo.common.expression
Methods in com.evolveum.midpoint.repo.common.expression that return SecurityContextManagerModifier and TypeMethodDescription@Nullable SecurityContextManagerAbstractObjectResolvableExpressionEvaluatorFactory.getSecurityContextManager()May be null in some low-level tests.@Nullable SecurityContextManagerExpressionFactory.getSecurityContextManager()Methods in com.evolveum.midpoint.repo.common.expression with parameters of type SecurityContextManagerModifier and TypeMethodDescriptionstatic voidExpressionUtil.addActorVariableIfNeeded(VariablesMap variables, SecurityContextManager securityContextManager) Constructors in com.evolveum.midpoint.repo.common.expression with parameters of type SecurityContextManagerModifierConstructorDescriptionExpressionFactory(SecurityContextManager securityContextManager, LocalizationService localizationService) -
Uses of SecurityContextManager in com.evolveum.midpoint.security.api
Methods in com.evolveum.midpoint.security.api that return SecurityContextManagerMethods in com.evolveum.midpoint.security.api with parameters of type SecurityContextManagerModifier and TypeMethodDescriptionvoidSecurityContextManagerAware.setSecurityContextManager(SecurityContextManager manager) -
Uses of SecurityContextManager in com.evolveum.midpoint.web.component
Constructors in com.evolveum.midpoint.web.component with parameters of type SecurityContextManagerModifierConstructorDescriptionprotectedSecurityContextAwareCallable(SecurityContextManager manager, org.springframework.security.core.Authentication auth) protectedSecurityContextAwareCallable(SecurityContextManager manager, org.springframework.security.core.Authentication auth, HttpConnectionInformation connInfo) -
Uses of SecurityContextManager in com.evolveum.midpoint.web.security
Methods in com.evolveum.midpoint.web.security that return SecurityContextManager