Uses of Interface
com.evolveum.midpoint.security.api.SecurityContextManager.ResultAwareProducer
-
Uses of SecurityContextManager.ResultAwareProducer in com.evolveum.midpoint.security.api
Modifier and TypeMethodDescription<T> T
SecurityContextManager.runAs
(@NotNull SecurityContextManager.ResultAwareProducer<T> producer, @Nullable PrismObject<? extends FocusType> newPrincipalObject, boolean privileged, @NotNull OperationResult result) Runs the provided code (withinSecurityContextManager.ResultAwareProducer
) as a specific user and/or with elevated privileges.