Uses of Enum Class
com.bank.auth_service.enums.UserRole
Packages that use UserRole
Package
Description
-
Uses of UserRole in com.bank.auth_service.dto
Methods in com.bank.auth_service.dto that return UserRoleModifier and TypeMethodDescriptionAuthUserDto.userRole()
Returns the value of theuserRole
record component.Constructors in com.bank.auth_service.dto with parameters of type UserRoleModifierConstructorDescriptionAuthUserDto
(String email, String password, UserRole userRole) Creates an instance of aAuthUserDto
record class. -
Uses of UserRole in com.bank.auth_service.enums
Methods in com.bank.auth_service.enums that return UserRole -
Uses of UserRole in com.bank.auth_service.model
Constructors in com.bank.auth_service.model with parameters of type UserRole