| Package | Description |
|---|---|
| de.alpharogroup.user.entities | |
| de.alpharogroup.user.factories |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Users.addRole(Roles role)
Adds a role to the user.
|
| Modifier and Type | Method and Description |
|---|---|
Roles |
UserManagementFactory.newRoles(Integer id,
String rolename,
String description,
Set<Permissions> permissions)
Factory method for create an Roles object.
|
Roles |
UserManagementFactory.newRoles(String rolename,
String description)
Gets the roles.
|
Roles |
UserManagementFactory.newRoles(String rolename,
String description,
Set<Permissions> permissions)
Gets the roles.
|
| Modifier and Type | Method and Description |
|---|---|
Users |
UserManagementFactory.newUsers(Boolean active,
String pw,
String salt,
String username,
Boolean locked,
Set<Roles> roles)
Gets the users.
|
Users |
UserManagementFactory.newUsers(Integer id,
Boolean active,
String pw,
String salt,
String username,
Boolean locked,
Set<Roles> roles)
Factory method for create an Users object.
|
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.