Uses of Class
io.goobi.viewer.model.security.Role
Packages that use Role
Package
Description
-
Uses of Role in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return RoleMethods in io.goobi.viewer.dao that return types with arguments of type RoleModifier and TypeMethodDescriptionIDAO.getAllRoles()
getAllRoles.IDAO.getRoles
(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) getRoles.Methods in io.goobi.viewer.dao with parameters of type RoleModifier 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
Methods in io.goobi.viewer.dao.impl that return RoleMethods in io.goobi.viewer.dao.impl that return types with arguments of type RoleModifier and TypeMethodDescriptionJPADAO.getAllRoles()
getAllRoles.JPADAO.getRoles
(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) getRoles.Methods in io.goobi.viewer.dao.impl with parameters of type RoleModifier 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
Methods in io.goobi.viewer.managedbeans that return RoleModifier and TypeMethodDescriptionAdminBean.getCurrentRole()
Getter for the fieldcurrentRole
.AdminLicenseBean.getCurrentRole()
Getter for the fieldcurrentRole
.UserGroupBean.getCurrentRole()
Getter for the fieldcurrentRole
.Methods in io.goobi.viewer.managedbeans that return types with arguments of type RoleModifier and TypeMethodDescriptionAdminBean.getAllRoles()
Returns a list of all existing roles.UserGroupBean.getAllRoles()
Returns a list of all existing roles (minus superuser).Methods in io.goobi.viewer.managedbeans with parameters of type RoleModifier 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
Methods in io.goobi.viewer.model.security that return types with arguments of type RoleMethod parameters in io.goobi.viewer.model.security with type arguments of type RoleModifier and TypeMethodDescriptionvoid
Role.setInheritedRoles
(Set<Role> inheritedRoles) Setter for the fieldinheritedRoles
. -
Uses of Role in io.goobi.viewer.model.security.user
Methods in io.goobi.viewer.model.security.user that return RoleMethods in io.goobi.viewer.model.security.user with parameters of type RoleModifier 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
.Constructors in io.goobi.viewer.model.security.user with parameters of type Role