| 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 | Class and Description |
|---|---|
static class |
Group.Builder
Builder class that is used to build
Group instances |
static class |
User.Builder
Builder class that is used to build
User instances |
| Modifier and Type | Method and Description |
|---|---|
Resource.Builder |
Resource.Builder.setExternalId(String externalId)
Sets the external id (See
Resource.getExternalId()). |
Resource.Builder |
Resource.Builder.setId(String id)
Sets the id of the resource.
|
Resource.Builder |
Resource.Builder.setMeta(Meta meta)
Sets the meta data
client info: The meta information of a User will be created and set by the OSIAM server.
|
Resource.Builder |
Resource.Builder.setSchemas(Set<String> schemas)
sets the schemas of the Resource
|
| Constructor and Description |
|---|
Resource(Resource.Builder builder) |
Copyright © 2014. All Rights Reserved.