Top "User-roles" questions

A user role is a group of users that share the same privileges or permissions on a system.

HttpServletRequest isUserInRole() - How to get full role list?

HttpServletRequest isUserInRole() method will return a boolean value based on whether the role is present or not. Now if it …

java servlets basic-authentication user-roles
Using ROLES in jhipster?

I tried to add and change roles in jhipster. First I just tried to change one use case's role to …

spring-security jhipster user-roles
Laravel 5.2 with Entrust - Class name must be a valid object or a string

I have a problem when register a user, after save user in my table users, I try assign role for …

php laravel user-roles entrust
Defining Roles with Rolify

I am trying to make an app with Rails 4. I am looking at role management and want to use Rolify …

ruby-on-rails roles user-roles rolify
ASP.net Identity 2.1 Get all users with roles

How can I get a list of users including the role name per user? My app has the default tables …

asp.net-identity asp.net-identity-2 user-roles
Dynamically adding roles to a user

We are using Symfony2's roles feature to restrict users' access to certain parts of our app. Users can purchase …

symfony user-roles