Uses of Class
com.evolveum.midpoint.model.api.authentication.CompiledGuiProfile
-
Packages that use CompiledGuiProfile Package Description com.evolveum.midpoint.gui.api GUI API package contains classes that are stable and intended for public (third-party) usage.com.evolveum.midpoint.gui.api.page Package that contains base page classes.com.evolveum.midpoint.gui.api.util GUI API package for various utility classes and interfaces.com.evolveum.midpoint.model.api com.evolveum.midpoint.model.api.authentication -
-
Uses of CompiledGuiProfile in com.evolveum.midpoint.gui.api
Methods in com.evolveum.midpoint.gui.api with parameters of type CompiledGuiProfile Modifier and Type Method Description void
DefaultGuiConfigurationCompiler. postProcess(CompiledGuiProfile compiledGuiProfile)
-
Uses of CompiledGuiProfile in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page that return CompiledGuiProfile Modifier and Type Method Description @NotNull CompiledGuiProfile
PageAdminLTE. getCompiledGuiProfile()
-
Uses of CompiledGuiProfile in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return CompiledGuiProfile Modifier and Type Method Description @NotNull CompiledGuiProfile
ModelServiceLocator. getCompiledGuiProfile()
Returns currently applicable user profile, compiled for efficient use in the user interface.static CompiledGuiProfile
WebComponentUtil. getCompiledGuiProfile()
static CompiledGuiProfile
WebComponentUtil. getCompiledGuiProfile(org.apache.wicket.Page page)
Methods in com.evolveum.midpoint.gui.api.util with parameters of type CompiledGuiProfile Modifier and Type Method Description static <O extends ObjectType>
SummaryPanelSpecificationTypeWebComponentUtil. getSummaryPanelSpecification(Class<O> type, CompiledGuiProfile compiledGuiProfile)
Deprecated.Constructors in com.evolveum.midpoint.gui.api.util with parameters of type CompiledGuiProfile Constructor Description FeatureVisibleEnableBehaviour(GuiFeature feature, CompiledGuiProfile userProfile)
-
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()
@NotNull CompiledGuiProfile
GuiProfiledPrincipalManager. refreshCompiledProfile(GuiProfiledPrincipal guiProfiledPrincipal)
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)
-