Uses of Interface
com.evolveum.midpoint.util.CheckedProducer
-
Packages that use CheckedProducer Package Description com.evolveum.midpoint.model.api com.evolveum.midpoint.security.api Low-level security functions.com.evolveum.midpoint.util -
-
Uses of CheckedProducer in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type CheckedProducer Modifier and Type Method Description default <T> T
ModelInteractionService. runUnderPowerOfAttorneyChecked(CheckedProducer<T> producer, PrismObject<? extends FocusType> donor, Task task, OperationResult result)
-
Uses of CheckedProducer in com.evolveum.midpoint.security.api
Methods in com.evolveum.midpoint.security.api with parameters of type CheckedProducer Modifier and Type Method Description default <T> T
SecurityContextManager. runAsChecked(CheckedProducer<T> producer, PrismObject<UserType> user)
Convenience method to deal with producers that can throw CommonException.default <T> T
SecurityContextManager. runPrivilegedChecked(CheckedProducer<T> producer)
Convenience method to deal with producers that can throw CommonException. -
Uses of CheckedProducer in com.evolveum.midpoint.util
Methods in com.evolveum.midpoint.util with parameters of type CheckedProducer Modifier and Type Method Description static <T> T
MiscUtil. runChecked(CheckedFunction<Producer<T>,T> function, CheckedProducer<T> checkedProducer)
-