| 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 | Field and Description |
|---|---|
static SingularAttribute<Resource,Meta> |
Resource_.meta |
| Modifier and Type | Method and Description |
|---|---|
Meta |
Meta.Builder.build()
Builds a Meta Object with the given parameters
|
Meta |
Resource.getMeta()
Gets the meta attribute
|
| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
Group.Builder.setMeta(Meta meta) |
User.Builder |
User.Builder.setMeta(Meta meta) |
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.
|
| Constructor and Description |
|---|
Meta.Builder(Meta meta)
Constructs a new builder with the created and last modified time set to the given values
|
Copyright © 2014. All Rights Reserved.