Package | Description |
---|---|
com.communote.server.core.user |
Modifier and Type | Method and Description |
---|---|
User |
UserManagementBase.assignUserRole(Long userId,
UserRole role) |
User |
UserManagement.assignUserRole(Long userId,
UserRole role)
Assign the user role to the user
|
protected User |
UserManagementImpl.handleAssignUserRole(Long userId,
UserRole role) |
protected abstract User |
UserManagementBase.handleAssignUserRole(Long userId,
UserRole role)
Performs the core logic for
UserManagementBase.assignUserRole(Long, UserRole) |
protected User |
UserManagementImpl.handleRemoveUserRole(Long userId,
UserRole role) |
protected abstract User |
UserManagementBase.handleRemoveUserRole(Long userId,
UserRole role)
Performs the core logic for
UserManagementBase.removeUserRole(Long, UserRole) |
User |
UserManagementBase.removeUserRole(Long userId,
UserRole role) |
User |
UserManagement.removeUserRole(Long userId,
UserRole role)
Remove a role from a user
|
Copyright © 2019 Communote team. All rights reserved.