| Package | Description |
|---|---|
| de.captaingoldfish.scim.sdk.common.resources | |
| de.captaingoldfish.scim.sdk.common.resources.complex | |
| de.captaingoldfish.scim.sdk.common.response |
| Modifier and Type | Method and Description |
|---|---|
Optional<Meta> |
ResourceNode.getMeta()
A complex attribute containing resource metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceNode.setMeta(Meta meta)
A complex attribute containing resource metadata.
|
| Constructor and Description |
|---|
Group(String id,
String externalId,
String displayName,
List<Member> members,
Meta meta) |
| Modifier and Type | Method and Description |
|---|---|
Meta |
Meta.MetaBuilder.build()
returns the built meta-object
|
| Constructor and Description |
|---|
MetaBuilder(Meta meta) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ScimResponse.setETag(Meta meta)
will set the entity tag into the response headers
|
| Constructor and Description |
|---|
CreateResponse(com.fasterxml.jackson.databind.JsonNode responseNode,
String location,
Meta meta) |
GetResponse(com.fasterxml.jackson.databind.JsonNode responseNode,
String location,
Meta meta) |
UpdateResponse(com.fasterxml.jackson.databind.JsonNode responseNode,
String location,
Meta meta) |
Copyright © 2020. All rights reserved.