Uses of Class
com.evolveum.midpoint.model.api.authentication.CompiledGuiProfile
Packages that use CompiledGuiProfile
Package
Description
GUI API package contains classes that are stable and intended for
public (third-party) usage.
Package that contains base page classes.
GUI API package for various utility classes and interfaces.
-
Uses of CompiledGuiProfile in com.evolveum.midpoint.gui.api
Methods in com.evolveum.midpoint.gui.api with parameters of type CompiledGuiProfileModifier and TypeMethodDescriptionvoid
DefaultGuiConfigurationCompiler.postProcess
(CompiledGuiProfile compiledGuiProfile) -
Uses of CompiledGuiProfile in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page that return CompiledGuiProfileModifier and TypeMethodDescription@NotNull CompiledGuiProfile
PageAdminLTE.getCompiledGuiProfile()
-
Uses of CompiledGuiProfile in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return CompiledGuiProfileModifier and TypeMethodDescription@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 CompiledGuiProfileModifier and TypeMethodDescriptionstatic <O extends ObjectType>
SummaryPanelSpecificationTypeWebComponentUtil.getSummaryPanelSpecification
(Class<O> type, CompiledGuiProfile compiledGuiProfile) Deprecated.Constructors in com.evolveum.midpoint.gui.api.util with parameters of type CompiledGuiProfileModifierConstructorDescriptionFeatureVisibleEnableBehaviour
(GuiFeature feature, CompiledGuiProfile userProfile) -
Uses of CompiledGuiProfile in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return CompiledGuiProfileModifier and TypeMethodDescription@NotNull CompiledGuiProfile
ModelInteractionService.getCompiledGuiProfile
(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 CompiledGuiProfileModifier and TypeMethodDescription@NotNull CompiledGuiProfile
GuiProfiledPrincipal.getCompiledGuiProfile()
@NotNull CompiledGuiProfile
GuiProfiledPrincipalManager.refreshCompiledProfile
(GuiProfiledPrincipal guiProfiledPrincipal) @NotNull CompiledGuiProfile
GuiProfiledPrincipalManager.refreshCompiledProfile
(GuiProfiledPrincipal guiProfiledPrincipal, ProfileCompilerOptions options) Methods in com.evolveum.midpoint.model.api.authentication with parameters of type CompiledGuiProfileModifier and TypeMethodDescriptionvoid
GuiProfileCompilerRegistry.invokeCompiler
(CompiledGuiProfile compiledGuiProfile) void
GuiProfileCompilable.postProcess
(CompiledGuiProfile compiledGuiProfile) void
GuiProfiledPrincipal.setCompiledGuiProfile
(CompiledGuiProfile compiledGuiProfile) -
Uses of CompiledGuiProfile in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller that return CompiledGuiProfileModifier and TypeMethodDescription@NotNull CompiledGuiProfile
ModelInteractionServiceImpl.getCompiledGuiProfile
(Task task, OperationResult parentResult) -
Uses of CompiledGuiProfile in com.evolveum.midpoint.model.impl.security
Methods in com.evolveum.midpoint.model.impl.security that return CompiledGuiProfileModifier and TypeMethodDescriptionGuiProfileCompiler.compileFocusProfile
(@NotNull List<AdminGuiConfigurationType> adminGuiConfigurations, PrismObject<SystemConfigurationType> systemConfiguration, GuiProfiledPrincipal principal, Task task, OperationResult result) @NotNull CompiledGuiProfile
GuiProfileCompiler.compileFocusProfile
(@NotNull List<AdminGuiConfigurationType> adminGuiConfigurations, PrismObject<SystemConfigurationType> systemConfiguration, Task task, OperationResult result) GuiProfileCompiler.getGlobalCompiledGuiProfile
(Task task, OperationResult parentResult) @NotNull CompiledGuiProfile
GuiProfiledPrincipalManagerImpl.refreshCompiledProfile
(GuiProfiledPrincipal principal) @NotNull CompiledGuiProfile
GuiProfiledPrincipalManagerImpl.refreshCompiledProfile
(GuiProfiledPrincipal principal, ProfileCompilerOptions options) Methods in com.evolveum.midpoint.model.impl.security with parameters of type CompiledGuiProfileModifier and TypeMethodDescriptionvoid
GuiProfileCompilerRegistryImpl.invokeCompiler
(CompiledGuiProfile compiledGuiProfile)