Uses of Interface
org.jgrapes.webconsole.base.UserPrincipal
Packages that use UserPrincipal
Package
Description
Provides the components for building web consoles based on the
core, io and http packages.
-
Uses of UserPrincipal in org.jgrapes.webconsole.base
Methods in org.jgrapes.webconsole.base that return types with arguments of type UserPrincipalModifier and TypeMethodDescriptionstatic Optional<UserPrincipal>
WebConsoleUtils.userFromSession
(Session session) Convenience method for retrieving the user from aSubject
associated with the session.