Uses of Class
io.goobi.viewer.model.security.user.UserRole
Packages that use UserRole
Package
Description
Data access layer of the Goobi viewer.
JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.JSF managed beans (CDI backing beans) of the Goobi viewer.
Contains the user domain model for the Goobi viewer, including user accounts, groups,
roles, IP ranges, activity tracking, and related utility methods.
-
Uses of UserRole in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return types with arguments of type UserRoleModifier and TypeMethodDescriptionIDAO.getAllUserRoles()getAllUserRoles.IDAO.getUserRoles(UserGroup userGroup, User user, Role role) getUserRoles.Methods in io.goobi.viewer.dao with parameters of type UserRoleModifier and TypeMethodDescriptionbooleanIDAO.addUserRole(UserRole userRole) addUserRole.booleanIDAO.deleteUserRole(UserRole userRole) deleteUserRole.booleanIDAO.updateUserRole(UserRole userRole) updateUserRole. -
Uses of UserRole in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return types with arguments of type UserRoleModifier and TypeMethodDescriptionJPADAO.getAllUserRoles()getAllUserRoles.JPADAO.getUserRoles(UserGroup userGroup, User user, Role role) getUserRoles.Methods in io.goobi.viewer.dao.impl with parameters of type UserRoleModifier and TypeMethodDescriptionbooleanJPADAO.addUserRole(UserRole userRole) addUserRole.booleanJPADAO.deleteUserRole(UserRole userRole) deleteUserRole.booleanJPADAO.updateUserRole(UserRole userRole) updateUserRole. -
Uses of UserRole in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return UserRoleModifier and TypeMethodDescriptionAdminBean.getCurrentUserRole()Getter for the fieldcurrentUserRole.Methods in io.goobi.viewer.managedbeans with parameters of type UserRoleModifier and TypeMethodDescriptionvoidAdminBean.deleteUserRoleAction(UserRole userRole) Adds currentUserRole to the map of UserRoles to be processed, marked as to delete.voidAdminBean.setCurrentUserRole(UserRole currentUserRole) Setter for the fieldcurrentUserRole. -
Uses of UserRole in io.goobi.viewer.model.security.user
Methods in io.goobi.viewer.model.security.user that return types with arguments of type UserRoleModifier and TypeMethodDescriptionUserGroup.getMemberships()getMemberships.User.getUserGroupMemberships()getUserGroupMemberships.Method parameters in io.goobi.viewer.model.security.user with type arguments of type UserRole