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 UserRoleUserRole.fromCode(int code) RoleGrantedAuthority.role()Returns the value of therolerecord component.static UserRoleReturns 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 therolesrecord component.Methods in eu.rarogsoftware.rarog.platform.api.user.management with parameters of type UserRoleModifier and TypeMethodDescriptionbooleanMethod 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 aRoleGrantedAuthorityrecord 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.CloseableHttpResponseUsersControl.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 therolesrecord 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 aCreateUserRequestrecord class.