Uses of Interface
com.evolveum.midpoint.util.Producer
-
Packages that use Producer Package Description com.evolveum.midpoint.model.api com.evolveum.midpoint.model.impl.controller com.evolveum.midpoint.security.api Low-level security functions.com.evolveum.midpoint.util -
-
Uses of Producer in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type Producer Modifier and Type Method Description <T> T
ModelInteractionService. runUnderPowerOfAttorney(Producer<T> producer, PrismObject<UserType> donor, Task task, OperationResult result)
-
Uses of Producer in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller with parameters of type Producer Modifier and Type Method Description <T> T
ModelInteractionServiceImpl. runUnderPowerOfAttorney(Producer<T> producer, PrismObject<UserType> donor, Task task, OperationResult result)
-
Uses of Producer in com.evolveum.midpoint.security.api
Methods in com.evolveum.midpoint.security.api with parameters of type Producer Modifier and Type Method Description <T> T
SecurityContextManager. runAs(Producer<T> producer, PrismObject<UserType> user)
<T> T
SecurityContextManager. runPrivileged(Producer<T> producer)
-
Uses of Producer in com.evolveum.midpoint.util
Method parameters in com.evolveum.midpoint.util with type arguments of type Producer Modifier and Type Method Description static <T> T
MiscUtil. runChecked(CheckedFunction<Producer<T>,T> function, CheckedProducer<T> checkedProducer)
-