| Package | Description |
|---|---|
| org.osiam.resources.scim |
org.osiam.resources.scim is a group of representation classes for the json output of scim resources.
|
| 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"
For more detailed information please look at the SCIM core schema 2.0, section
6.2
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUser.Builder |
UpdateUser.Builder.addRole(Role role)
adds or updates a role of an existing user if the .getValue() already exists a update will be done.
|
User.Builder |
User.Builder.addRole(Role role)
adds an Role to the User
|
UpdateUser.Builder |
UpdateUser.Builder.deleteRole(Role role)
deletes the given role of a existing user
|
User.Builder |
User.Builder.removeRole(Role role)
removes one single Role from the User
|
UpdateUser.Builder |
UpdateUser.Builder.updateRole(Role oldRole,
Role newRole)
updates the old Role with the new one
|
| 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 |
|---|
Role.Builder(Role role)
builds an Builder based of the given Attribute
|
Copyright © 2014. All Rights Reserved.