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 TypeMethodDescriptionvoidDefaultGuiConfigurationCompiler.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 CompiledGuiProfilePageAdminLTE.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 CompiledGuiProfileModelServiceLocator.getCompiledGuiProfile()Returns currently applicable user profile, compiled for efficient use in the user interface.static CompiledGuiProfileWebComponentUtil.getCompiledGuiProfile()static CompiledGuiProfileWebComponentUtil.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 CompiledGuiProfileModelInteractionService.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 CompiledGuiProfileGuiProfiledPrincipal.getCompiledGuiProfile()@NotNull CompiledGuiProfileGuiProfiledPrincipalManager.refreshCompiledProfile(GuiProfiledPrincipal guiProfiledPrincipal) @NotNull CompiledGuiProfileGuiProfiledPrincipalManager.refreshCompiledProfile(GuiProfiledPrincipal guiProfiledPrincipal, ProfileCompilerOptions options) Methods in com.evolveum.midpoint.model.api.authentication with parameters of type CompiledGuiProfileModifier and TypeMethodDescriptionvoidGuiProfileCompilerRegistry.invokeCompiler(CompiledGuiProfile compiledGuiProfile) voidGuiProfileCompilable.postProcess(CompiledGuiProfile compiledGuiProfile) voidGuiProfiledPrincipal.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 CompiledGuiProfileModelInteractionServiceImpl.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 CompiledGuiProfileGuiProfileCompiler.compileFocusProfile(@NotNull List<AdminGuiConfigurationType> adminGuiConfigurations, PrismObject<SystemConfigurationType> systemConfiguration, Task task, OperationResult result) GuiProfileCompiler.getGlobalCompiledGuiProfile(Task task, OperationResult parentResult) @NotNull CompiledGuiProfileGuiProfiledPrincipalManagerImpl.refreshCompiledProfile(GuiProfiledPrincipal principal) @NotNull CompiledGuiProfileGuiProfiledPrincipalManagerImpl.refreshCompiledProfile(GuiProfiledPrincipal principal, ProfileCompilerOptions options) Methods in com.evolveum.midpoint.model.impl.security with parameters of type CompiledGuiProfileModifier and TypeMethodDescriptionvoidGuiProfileCompilerRegistryImpl.invokeCompiler(CompiledGuiProfile compiledGuiProfile)