Uses of Class
ch.autumo.beetroot.handler.users.User
Packages that use User
Package
Description
Main classes for the beetRoot framework, web server and servlet (when running in a web-container).
User handlers; covers all necessary handlers including password reset, user settings and 2FA.
-
Uses of User in ch.autumo.beetroot
Methods in ch.autumo.beetroot that return UserMethods in ch.autumo.beetroot with parameters of type UserModifier and TypeMethodDescriptionvoidSession.setUserData(User user, String roles, String permissions) Set user data. -
Uses of User in ch.autumo.beetroot.handler.users
Methods in ch.autumo.beetroot.handler.users with parameters of type UserModifier and TypeMethodDescriptionprotected StringUsersViewHandler.get2FAQRImage(BeetRootHTTPSession session, User user) Return the while image tag for the 2FA QR code image