| 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 |
|---|---|
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 |
|---|---|
Email |
Email.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Email> |
User.getEmails()
Gets all E-mail addresses for the User.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUser.Builder |
UpdateUser.Builder.addEmail(Email email)
adds or updates a emil of an existing user if the .getValue() already exists a update will be done.
|
User.Builder |
User.Builder.addEmail(Email email)
adds an email to the User
|
UpdateUser.Builder |
UpdateUser.Builder.deleteEmail(Email email)
deletes the given email of a existing user
|
User.Builder |
User.Builder.removeEmail(Email email)
removes one single email from the User
|
UpdateUser.Builder |
UpdateUser.Builder.updateEmail(Email oldEmail,
Email newEmail)
updates the old Email with the new one
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addEmails(Collection<Email> emails)
Adds the E-mail addresses for the User (See
User.getEmails()). |
| Constructor and Description |
|---|
Email.Builder(Email email)
builds an Builder based of the given Attribute
|
Copyright © 2014. All Rights Reserved.