| Package | Description |
|---|---|
| de.captaingoldfish.scim.sdk.common.resources |
| Modifier and Type | Method and Description |
|---|---|
List<PersonRole> |
User.getRoles()
A list of roles for the user that collectively represent who the user is, e.g., "Student", "Faculty".
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.addRole(PersonRole personRole)
A list of roles for the user that collectively represent who the user is, e.g., "Student", "Faculty".
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setRoles(List<PersonRole> personRoles)
A list of roles for the user that collectively represent who the user is, e.g., "Student", "Faculty".
|
Copyright © 2020. All rights reserved.