| Package | Description |
|---|---|
| com.sap.scimono.entity |
| Modifier and Type | Method and Description |
|---|---|
Role |
Role.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
User.getRoles()
Gets a list of roles for the user that collectively represent who the User is e.g., 'Student', "Faculty"
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addRole(Role role)
adds an Role to the User
|
User.Builder |
User.Builder.removeRole(Role role)
removes one single Role from the User
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addRoles(Collection<Role> roles)
Sets a list of roles for the User (See
User.getRoles()). |
| Constructor and Description |
|---|
Builder(Role role)
builds an Builder based of the given Attribute
|
Copyright © 2022 SAP SE. All rights reserved.