Uses of Interface
com.evolveum.midpoint.model.api.ModelInteractionService
-
Packages that use ModelInteractionService Package Description com.evolveum.midpoint.authentication.api.util com.evolveum.midpoint.model.api.util com.evolveum.midpoint.model.impl.controller -
-
Uses of ModelInteractionService in com.evolveum.midpoint.authentication.api.util
Methods in com.evolveum.midpoint.authentication.api.util with parameters of type ModelInteractionService Modifier and Type Method Description static boolean
AuthUtil. isPostAuthenticationEnabled(TaskManager taskManager, ModelInteractionService modelInteractionService)
-
Uses of ModelInteractionService in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util with parameters of type ModelInteractionService Modifier and Type Method Description static <O extends ObjectType>
ModelContext<O>ModelContextUtil. unwrapModelContext(LensContextType lensContextType, ModelInteractionService modelInteractionService, Task opTask, OperationResult result)
-
Uses of ModelInteractionService in com.evolveum.midpoint.model.impl.controller
Classes in com.evolveum.midpoint.model.impl.controller that implement ModelInteractionService Modifier and Type Class Description class
ModelInteractionServiceImpl
-