Uses of Class
io.goobi.viewer.model.security.Role
Package
Description
-
Uses of Role in io.goobi.viewer.dao
Modifier and TypeMethodDescriptionIDAO.getAllRoles()
getAllRoles.IDAO.getRoles
(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) getRoles.Modifier and TypeMethodDescriptionboolean
addRole.boolean
IDAO.deleteRole
(Role role) deleteRole.long
IDAO.getUserRoleCount
(UserGroup userGroup, User user, Role role) getUserRoleCount.IDAO.getUserRoles
(UserGroup userGroup, User user, Role role) getUserRoles.boolean
IDAO.updateRole
(Role role) updateRole. -
Uses of Role in io.goobi.viewer.dao.impl
Modifier and TypeMethodDescriptionJPADAO.getAllRoles()
getAllRoles.JPADAO.getRoles
(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) getRoles.Modifier and TypeMethodDescriptionboolean
addRole.boolean
JPADAO.deleteRole
(Role role) deleteRole.long
JPADAO.getUserRoleCount
(UserGroup userGroup, User user, Role role) JPADAO.getUserRoles
(UserGroup userGroup, User user, Role role) getUserRoles.boolean
JPADAO.updateRole
(Role role) updateRole. -
Uses of Role in io.goobi.viewer.managedbeans
Modifier and TypeMethodDescriptionAdminBean.getCurrentRole()
Getter for the fieldcurrentRole
.AdminLicenseBean.getCurrentRole()
Getter for the fieldcurrentRole
.UserGroupBean.getCurrentRole()
Getter for the fieldcurrentRole
.Modifier and TypeMethodDescriptionAdminBean.getAllRoles()
Returns a list of all existing roles.UserGroupBean.getAllRoles()
Returns a list of all existing roles (minus superuser).Modifier and TypeMethodDescriptionvoid
AdminBean.deleteRoleAction
(Role role) deleteRoleAction.void
AdminBean.setCurrentRole
(Role currentRole) Setter for the fieldcurrentRole
.void
AdminLicenseBean.setCurrentRole
(Role currentRole) Setter for the fieldcurrentRole
.void
UserGroupBean.setCurrentRole
(Role currentRole) Setter for the fieldcurrentRole
. -
Uses of Role in io.goobi.viewer.model.security
Modifier and TypeMethodDescriptionvoid
Role.setInheritedRoles
(Set<Role> inheritedRoles) Setter for the fieldinheritedRoles
. -
Uses of Role in io.goobi.viewer.model.security.user
Modifier and TypeMethodDescriptionboolean
Adds membership relation between the given user and role and persists immediately.boolean
UserGroup.changeMemberRole
(User user, Role role) changeMemberRole.void
Setter for the fieldrole
.