Uses of Class
com.evolveum.midpoint.model.api.authentication.CompiledGuiProfile
-
Packages that use CompiledGuiProfile Package Description com.evolveum.midpoint.model.api com.evolveum.midpoint.model.api.authentication -
-
Uses of CompiledGuiProfile in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return CompiledGuiProfile Modifier and Type Method Description @NotNull CompiledGuiProfile
ModelInteractionService. getCompiledGuiProfile(com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Returns currently applicable user profile, compiled for efficient use in the user interface. -
Uses of CompiledGuiProfile in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return CompiledGuiProfile Modifier and Type Method Description @NotNull CompiledGuiProfile
GuiProfiledPrincipal. getCompiledGuiProfile()
Methods in com.evolveum.midpoint.model.api.authentication with parameters of type CompiledGuiProfile Modifier and Type Method Description void
GuiProfileCompilerRegistry. invokeCompiler(CompiledGuiProfile compiledGuiProfile)
void
GuiProfileCompilable. postProcess(CompiledGuiProfile compiledGuiProfile)
void
GuiProfiledPrincipal. setCompiledGuiProfile(CompiledGuiProfile compiledGuiProfile)
-