Uses of Class
systems.dennis.auth.role_validator.entity.RolesToUser
Packages that use RolesToUser
Package
Description
-
Uses of RolesToUser in systems.dennis.auth.controller
Methods in systems.dennis.auth.controller that return RolesToUserModifier and TypeMethodDescriptionRemoteUserController.getUserAssigment(String login, Long roleId) -
Uses of RolesToUser in systems.dennis.auth.repository
Methods in systems.dennis.auth.repository that return types with arguments of type RolesToUserModifier and TypeMethodDescriptionRolesToUserRepo.findByPasswordAndRole(LoginPassword user, UserRole roleId) -
Uses of RolesToUser in systems.dennis.auth.service
Methods in systems.dennis.auth.service that return RolesToUserModifier and TypeMethodDescriptionRoleToUserService.applyRole(UserRole role, LoginPassword lp) LoginPasswordService.assignUser(String userLogin, Long roleId) RoleToUserService.preAdd(RolesToUser object) RoleToUserService.preDelete(RolesToUser object) Methods in systems.dennis.auth.service that return types with arguments of type RolesToUserModifier and TypeMethodDescriptionRoleToUserService.findByRoleAndUser(UserRole roleId, LoginPassword password) LoginPasswordService.findUserAssigment(String user, Long roleId) systems.dennis.shared.repository.AbstractDataFilter<RolesToUser>RoleToUserService.getAdditionalSpecification()Methods in systems.dennis.auth.service with parameters of type RolesToUserModifier and TypeMethodDescriptionRoleToUserService.preAdd(RolesToUser object) RoleToUserService.preDelete(RolesToUser object)