Uses of Class
com.jbstrap.core.CurrentUser
Packages that use CurrentUser
Package
Description
-
Uses of CurrentUser in com.jbstrap.core
Methods in com.jbstrap.core that return CurrentUserModifier and TypeMethodDescriptionAdds the specified role to the userAdds multiple roles to the userAdds the specified list of roles to the userCurrentUser.copy()
CurrentUser.setCurrentRole
(Role currentRole) Sets the user's current roleSets the user's e-mail addressSets the user's full nameSets the user's roles.CurrentUser.setTelephoneNumber
(String telephoneNumber) Sets the user's telephone numberCurrentUser.setUserName
(String userName) Sets the user nameSets the user's UUIDMethods in com.jbstrap.core with parameters of type CurrentUserModifier and TypeMethodDescriptionstatic void
JBStrap.loginUser
(Client client, CurrentUser user) Logs the specified user into the application. -
Uses of CurrentUser in com.jbstrap.core.cache
Methods in com.jbstrap.core.cache that return CurrentUserMethods in com.jbstrap.core.cache with parameters of type CurrentUserModifier and TypeMethodDescriptionvoid
UserCache.addUser
(CurrentUser user) boolean
MenuItem.isAccess
(CurrentUser user) -
Uses of CurrentUser in com.jbstrap.core.interfaces
Methods in com.jbstrap.core.interfaces that return CurrentUserModifier and TypeMethodDescriptionChecks the user's data, and creates the POJO class that represents the user.Methods in com.jbstrap.core.interfaces with parameters of type CurrentUserModifier and TypeMethodDescriptiondefault boolean
AuthenticationInterface.logout
(Client client, CurrentUser currentUser) Handles the user logout event. -
Uses of CurrentUser in com.jbstrap.core.meta.interfaces
Methods in com.jbstrap.core.meta.interfaces with parameters of type CurrentUserModifier and TypeMethodDescriptionCalculateColumnValue.calculateValue
(Record rec, CurrentUser user) The method that calculates the column value -
Uses of CurrentUser in com.jbstrap.core.websocket
Methods in com.jbstrap.core.websocket that return CurrentUserModifier and TypeMethodDescriptionfinal CurrentUser
Client.getCurrentUser()
Gets the users who are currently logged instatic CurrentUser
JBStrapEndPoint.getUserFromUUID
(String userUUID) Get user object from user unique ID -
Uses of CurrentUser in com.jbstrap.ui
Methods in com.jbstrap.ui that return CurrentUserModifier and TypeMethodDescriptionprotected final CurrentUser
Checks (authenticates) the specified user's dataUI.getCurrentUser()
Gets the object containing the data of the currently logged in userMethods in com.jbstrap.ui with parameters of type CurrentUserModifier and TypeMethodDescriptionprotected void
BaseLoginPage.loginUser
(CurrentUser user) Logs the user in.