| 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 | Method and Description |
|---|---|
Extension |
User.getExtension(String urn)
Provides the
Extension with the given URN |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Extension> |
User.getAllExtensions()
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)). |
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addExtensions(Set<Extension> extensions)
Sets a List of Extension to the User (See
User.getAllExtensions()). |
Copyright © 2013. All Rights Reserved.