| 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 | Field and Description |
|---|---|
static SingularAttribute<User,Name> |
User_.name |
| Modifier and Type | Method and Description |
|---|---|
Name |
Name.Builder.build()
Builds a Name Object with the given parameters
|
Name |
User.getName()
Gets the components of the User's real name.
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.setName(Name name)
Sets the components of the
User's real name (See User.getName()). |
UpdateUser.Builder |
UpdateUser.Builder.updateName(Name name)
updates the name of a existing user
|
Copyright © 2014. All Rights Reserved.