| Package | Description |
|---|---|
| de.alpharogroup.user.service | |
| de.alpharogroup.user.service.api |
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleDomainService.createAndSaveRole(String rolename,
String description)
Creates a new
Role object with the given arguments and save it. |
Role |
RoleDomainService.createAndSaveRole(String rolename,
String description,
Set<Permission> permissions)
Creates a new
Role object with the given arguments and save it. |
Role |
RoleDomainService.findRole(String rolename)
Find the
Role object with the given role name. |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
RoleDomainService.findRoles(String rolename)
Find the
Role objects with the given role name. |
List<Role> |
BaseUserDomainService.findRolesFromUser(User user)
Find roles from the given
User. |
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
RoleDomainService.findAllPermissions(Role role)
Find all
Permission objects from the given Role object. |
boolean |
BaseUserDomainService.userIsInRole(User user,
Role role)
|
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleService.createAndSaveRole(String rolename,
String description)
Creates a new
Role object with the given arguments and save it. |
Role |
RoleService.createAndSaveRole(String rolename,
String description,
Set<Permission> permissions)
Creates a new
Role object with the given arguments and save it. |
Role |
RoleService.findRole(String rolename)
Find the
Role object with the given role name. |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
RoleService.findRoles(String rolename)
Find the
Role objects with the given role name. |
List<Role> |
BaseUserService.findRolesFromUser(User user)
Find roles from the given
User. |
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
RoleService.findAllPermissions(Role role)
Find all
Permission objects from the given Role object. |
boolean |
BaseUserService.userIsInRole(User user,
Role role)
|
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.