Uses of Class
org.jgrapes.webconsole.base.events.UserAuthenticated
Package
Description
This package provides an OIDC login conlet (with fallback to password
login).
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 UserAuthenticated in org.jgrapes.webconlet.locallogin
Modifier and TypeMethodDescriptionvoid
LoginConlet.onUserAuthenticated
(UserAuthenticated event, Channel channel) Invoked when a user has been authenticated. -
Uses of UserAuthenticated in org.jgrapes.webconlet.oidclogin
Modifier and TypeMethodDescriptionvoid
LoginConlet.onUserAuthenticated
(UserAuthenticated event, Channel channel) Invoked when a user has been authenticated. -
Uses of UserAuthenticated in org.jgrapes.webconsole.base.events
Modifier and TypeMethodDescriptionAdd the name of a component that has authenticated the user or added roles. -
Uses of UserAuthenticated in org.jgrapes.webconsole.rbac
Modifier and TypeMethodDescriptionvoid
RoleConfigurator.onUserAuthenticated
(UserAuthenticated event, Channel channel) Sets the roles in the subject with the authenticated user.void
UserLogger.userAuthenticated
(UserAuthenticated event) User authenticated.