Uses of Enum Class
org.flasby.login2.entity.Role
Packages that use Role
-
Uses of Role in org.flasby.login2.auth
Methods in org.flasby.login2.auth that return types with arguments of type RoleModifier and TypeMethodDescriptionJwtState.roles()
Returns the value of theroles
record component.Constructor parameters in org.flasby.login2.auth with type arguments of type Role -
Uses of Role in org.flasby.login2.entity
Fields in org.flasby.login2.entity with type parameters of type RoleMethods in org.flasby.login2.entity that return RoleModifier and TypeMethodDescriptionRoleConverter.convertToEntityAttribute
(String dbData) static Role
Role.fromRoleName
(String roleName) static Role
Returns the enum constant of this class with the specified name.static Role[]
Role.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flasby.login2.entity that return types with arguments of type RoleModifier and TypeMethodDescriptionLoginRecord.roles()
Returns the value of theroles
record component.Methods in org.flasby.login2.entity with parameters of type RoleConstructors in org.flasby.login2.entity with parameters of type RoleModifierConstructorDescriptionConstructor parameters in org.flasby.login2.entity with type arguments of type Role