Uses of Class
org.jgrapes.webconsole.base.events.ConsolePrepared
Package
Description
This package provides an OIDC login conlet (with fallback to password
login).
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.locallogin
Modifier and TypeMethodDescriptionvoid
LoginConlet.onConsolePrepared
(ConsolePrepared event, ConsoleConnection channel) Handle web console page loaded. -
Uses of ConsolePrepared in org.jgrapes.webconlet.oidclogin
Modifier and TypeMethodDescriptionvoid
LoginConlet.onConsolePrepared
(ConsolePrepared event, ConsoleConnection channel) Handle web console page loaded. -
Uses of ConsolePrepared in org.jgrapes.webconsole.base
Modifier 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
ModifierConstructorDescriptionConsoleConfigured
(ConsolePrepared monitoredEvent, Channel... channels) Instantiates a new event. -
Uses of ConsolePrepared in org.jgrapes.webconsole.rbac
Modifier and TypeMethodDescriptionvoid
RoleConletFilter.onConsolePrepared
(ConsolePrepared event, ConsoleConnection channel) Disable all conlets that the user is not allowed to use by firingUpdateConletType
events with no render modes.