Uses of Enum Class
eu.rarogsoftware.rarog.platform.api.user.management.UserRole
Packages that use UserRole
Package
Description
-
Uses of UserRole in eu.rarogsoftware.rarog.platform.api.user.management
Methods in eu.rarogsoftware.rarog.platform.api.user.management that return UserRoleModifier and TypeMethodDescriptionstatic UserRole
UserRole.fromCode
(int code) RoleGrantedAuthority.role()
Returns the value of therole
record component.static UserRole
Returns the enum constant of this class with the specified name.static UserRole[]
UserRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.rarogsoftware.rarog.platform.api.user.management that return types with arguments of type UserRoleModifier and TypeMethodDescriptionSimpleUser.roles()
Returns the value of theroles
record component.Methods in eu.rarogsoftware.rarog.platform.api.user.management with parameters of type UserRoleModifier and TypeMethodDescriptionboolean
Method parameters in eu.rarogsoftware.rarog.platform.api.user.management with type arguments of type UserRoleModifier and TypeMethodDescriptionConstructors in eu.rarogsoftware.rarog.platform.api.user.management with parameters of type UserRoleModifierConstructorDescriptionRoleGrantedAuthority
(UserRole role) Creates an instance of aRoleGrantedAuthority
record class.Constructor parameters in eu.rarogsoftware.rarog.platform.api.user.management with type arguments of type UserRole -
Uses of UserRole in eu.rarogsoftware.rarog.platform.backdoor.control
Method parameters in eu.rarogsoftware.rarog.platform.backdoor.control with type arguments of type UserRoleModifier and TypeMethodDescriptionorg.apache.http.client.methods.CloseableHttpResponse
UsersControl.createUser
(String username, String password, List<UserRole> roles) -
Uses of UserRole in eu.rarogsoftware.rarog.platform.plugins.backdoor.rest
Methods in eu.rarogsoftware.rarog.platform.plugins.backdoor.rest that return types with arguments of type UserRoleModifier and TypeMethodDescriptionUsersBackendControl.CreateUserRequest.roles()
Returns the value of theroles
record component.Constructor parameters in eu.rarogsoftware.rarog.platform.plugins.backdoor.rest with type arguments of type UserRoleModifierConstructorDescription(package private)
CreateUserRequest
(String username, String password, List<UserRole> roles) Creates an instance of aCreateUserRequest
record class.