Uses of Class
systems.dennis.auth.role_validator.entity.UserRole
Packages that use UserRole
Package
Description
-
Uses of UserRole in systems.dennis.auth.exception
Constructors in systems.dennis.auth.exception with parameters of type UserRoleModifierConstructorDescription -
Uses of UserRole in systems.dennis.auth.repository
Methods in systems.dennis.auth.repository that return types with arguments of type UserRoleModifier and TypeMethodDescriptionUserRoleRepo.findFirstByRoleAndId(String value, Long id) UserRoleRepo.getByUserDataId(Long id) UserRoleRepo.getByUserDataIdAndRole(Long id, String roleId) Methods in systems.dennis.auth.repository with parameters of type UserRoleModifier and TypeMethodDescriptionbooleanRolesToUserRepo.existsByRoleAndPassword(UserRole role, LoginPassword password) RolesToUserRepo.findByPasswordAndRole(LoginPassword user, UserRole roleId) -
Uses of UserRole in systems.dennis.auth.role_validator
Method parameters in systems.dennis.auth.role_validator with type arguments of type UserRoleModifier and TypeMethodDescriptionTokenProvider.createToken(UserTokenDTO dto, String tokenType, List<UserRole> roleList, systems.dennis.shared.scopes.model.ScopeModel scope) Creates a token for user. -
Uses of UserRole in systems.dennis.auth.service
Methods in systems.dennis.auth.service that return UserRoleModifier and TypeMethodDescriptionRoleServiceImpl.findFirstByName(String value, Long id) RoleServiceImpl.generateAdminRole(systems.dennis.shared.scopes.model.ScopeModel scope) Methods in systems.dennis.auth.service that return types with arguments of type UserRoleModifier and TypeMethodDescriptionRoleToUserService.findByOwner(LoginPassword password, systems.dennis.shared.scopes.model.ScopeModel scope) systems.dennis.shared.repository.AbstractDataFilter<UserRole>RoleServiceImpl.getAdditionalSpecification()RoleServiceImpl.getMyRoles(systems.dennis.shared.scopes.model.ScopeModel scope) ProfilePageService.myRoles(systems.dennis.shared.scopes.model.ScopeModel scope) Methods in systems.dennis.auth.service with parameters of type UserRoleModifier and TypeMethodDescriptionRoleToUserService.applyRole(UserRole role, LoginPassword lp) RoleToUserService.findByRoleAndUser(UserRole roleId, LoginPassword password) booleanRoleToUserService.removeRole(UserRole role, LoginPassword lp) -
Uses of UserRole in systems.dennis.auth.util
Methods in systems.dennis.auth.util that return types with arguments of type UserRoleModifier and TypeMethodDescriptionPasswordService.getRoles(LoginPassword password, systems.dennis.shared.scopes.model.ScopeModel scope)