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 CompiledGuiProfileModelInteractionService. 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 CompiledGuiProfileGuiProfiledPrincipal. getCompiledGuiProfile()Methods in com.evolveum.midpoint.model.api.authentication with parameters of type CompiledGuiProfile Modifier and Type Method Description voidGuiProfileCompilerRegistry. invokeCompiler(CompiledGuiProfile compiledGuiProfile)voidGuiProfileCompilable. postProcess(CompiledGuiProfile compiledGuiProfile)voidGuiProfiledPrincipal. setCompiledGuiProfile(CompiledGuiProfile compiledGuiProfile)
-