| Package | Description |
|---|---|
| org.osiam.resources.helper |
org.osiam.resources.helper is a group of classes which are helping to handle the business logic in other resource
related objects.
|
| 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 |
|---|---|
User |
UserDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Optional<Email> |
SCIMHelper.getPrimaryOrFirstEmail(User user)
try to extract an email from the User.
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.Builder.build() |
User |
UpdateUser.getScimConformUpdateUser()
the Scim conform User to be used to update a existing User
|
| Constructor and Description |
|---|
User.Builder(String userName,
User user)
creates a new User.Builder based on the given userName and user.
|
User.Builder(User user)
Constructs a new builder by copying all values from the given
User |
Copyright © 2014. All Rights Reserved.