Uses of Class
org.jgrapes.webconsole.base.events.UserAuthenticated
Packages that use 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
Methods in org.jgrapes.webconlet.locallogin with parameters of type UserAuthenticatedModifier and TypeMethodDescriptionvoidLoginConlet.onUserAuthenticated(UserAuthenticated event, Channel channel) Invoked when a user has been authenticated. -
Uses of UserAuthenticated in org.jgrapes.webconlet.oidclogin
Methods in org.jgrapes.webconlet.oidclogin with parameters of type UserAuthenticatedModifier and TypeMethodDescriptionvoidLoginConlet.onUserAuthenticated(UserAuthenticated event, Channel channel) Invoked when a user has been authenticated. -
Uses of UserAuthenticated in org.jgrapes.webconsole.base.events
Methods in org.jgrapes.webconsole.base.events that return UserAuthenticatedModifier and TypeMethodDescriptionAdd the name of a component that has authenticated the user or added roles. -
Uses of UserAuthenticated in org.jgrapes.webconsole.rbac
Methods in org.jgrapes.webconsole.rbac with parameters of type UserAuthenticatedModifier and TypeMethodDescriptionvoidRoleConfigurator.onUserAuthenticated(UserAuthenticated event, Channel channel) Sets the roles in the subject with the authenticated user.voidUserLogger.userAuthenticated(UserAuthenticated event) User authenticated.