Uses of Class
org.jgrapes.webconsole.base.events.ConsolePrepared
Packages that use ConsolePrepared
Package
Description
Provides the components for building web consoles based on the
core, io and http packages.
The events used by the web console related components.
Provides a simple role based access control using
information from the configuration support provided by JGrapes.
-
Uses of ConsolePrepared in org.jgrapes.webconlet.examples.login
Methods in org.jgrapes.webconlet.examples.login with parameters of type ConsolePreparedModifier and TypeMethodDescriptionvoid
LoginConlet.onConsolePrepared
(ConsolePrepared event, ConsoleConnection channel) Handle web console page loaded. -
Uses of ConsolePrepared in org.jgrapes.webconsole.base
Methods in org.jgrapes.webconsole.base with parameters of type ConsolePreparedModifier and TypeMethodDescriptionvoid
KVStoreBasedConsolePolicy.onConsolePrepared
(ConsolePrepared event, ConsoleConnection channel) Create browser session scoped storage and forward event to it. -
Uses of ConsolePrepared in org.jgrapes.webconsole.base.events
Constructors in org.jgrapes.webconsole.base.events with parameters of type ConsolePreparedModifierConstructorDescriptionConsoleConfigured
(ConsolePrepared monitoredEvent, Channel... channels) Instantiates a new event. -
Uses of ConsolePrepared in org.jgrapes.webconsole.rbac
Methods in org.jgrapes.webconsole.rbac with parameters of type ConsolePreparedModifier and TypeMethodDescriptionvoid
RoleConfigurator.onConsolePrepared
(ConsolePrepared event, ConsoleConnection channel) Sets the roles in the session’s subject.void
RoleConletFilter.onConsolePrepared
(ConsolePrepared event, ConsoleConnection channel) Disable all conlets that the user is not allowed to use by firingUpdateConletType
events with no render modes.