| 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 |
|---|---|
void |
ExtensionSerializer.serialize(Extension value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Field and Description |
|---|---|
static MapAttribute<User,String,Extension> |
User_.extensions |
| Modifier and Type | Method and Description |
|---|---|
Extension |
Extension.Builder.build() |
Extension |
User.getExtension(String urn)
Provides the
Extension with the given URN |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Extension> |
User.getExtensions()
Provides an unmodifiable view of all additional
Extension fields of the user |
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addExtension(Extension extension)
Sets a Extension to the User (See
User.getExtension(String)). |
UpdateUser.Builder |
UpdateUser.Builder.updateExtension(Extension extension)
updates the given fields in the extension.
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addExtensions(Collection<Extension> extensions)
Adds a collection of Extension to the User (See
User.getExtensions()). |
| Constructor and Description |
|---|
Extension.Builder(Extension extension)
Constructs an extension based on the given extension.
|
Copyright © 2014. All Rights Reserved.