| Package | Description |
|---|---|
| com.unboundid.scim.data | |
| com.unboundid.scim.schema | |
| com.unboundid.scim.sdk |
| Modifier and Type | Field and Description |
|---|---|
static AttributeValueResolver<Address> |
Address.ADDRESS_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from Address instances. |
static AttributeValueResolver<AuthenticationScheme> |
AuthenticationScheme.AUTHENTICATION_SCHEME_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from AuthenticationScheme instances. |
static AttributeValueResolver<Entry<byte[]>> |
Entry.BINARIES_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from byte[] valued Entry instances. |
static AttributeValueResolver<byte[]> |
AttributeValueResolver.BINARY_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from byte[] instances. |
static AttributeValueResolver<Boolean> |
AttributeValueResolver.BOOLEAN_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from Boolean instances. |
static AttributeValueResolver<Entry<Boolean>> |
Entry.BOOLEANS_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from Boolean valued Entry instances. |
static AttributeValueResolver<BulkConfig> |
BulkConfig.BULK_CONFIG_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from BulkConfig instances. |
static AttributeValueResolver<ChangePasswordConfig> |
ChangePasswordConfig.CHANGE_PASSWORD_CONFIG_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from ChangePasswordConfig instances. |
static AttributeValueResolver<ComplexValue> |
AttributeValueResolver.COMPLEX_RESOLVER
A default
AttributeValueResolver for complex SCIM attribute
values. |
static AttributeValueResolver<Date> |
AttributeValueResolver.DATE_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from String instances. |
static AttributeValueResolver<Entry<Date>> |
Entry.DATES_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from Date valued Entry instances. |
static AttributeValueResolver<Double> |
AttributeValueResolver.DECIMAL_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from Decimal instances. |
static AttributeValueResolver<ETagConfig> |
ETagConfig.ETAG_CONFIG_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from ETagConfig instances. |
static AttributeValueResolver<FilterConfig> |
FilterConfig.FILTER_CONFIG_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from FilterConfig instances. |
static AttributeValueResolver<Long> |
AttributeValueResolver.INTEGER_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from Integer instances. |
static AttributeValueResolver<Manager> |
Manager.MANAGER_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from Manager instances. |
static AttributeValueResolver<Meta> |
Meta.META_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from Meta instances. |
static AttributeValueResolver<Name> |
Name.NAME_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from Name instances. |
static AttributeValueResolver<PatchConfig> |
PatchConfig.PATCH_CONFIG_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from PatchConfig instances. |
static AttributeValueResolver<SortConfig> |
SortConfig.SORT_CONFIG_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from SortConfig instances. |
static AttributeValueResolver<String> |
AttributeValueResolver.STRING_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from String instances. |
static AttributeValueResolver<Entry<String>> |
Entry.STRINGS_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from String valued Entry instances. |
static AttributeValueResolver<XmlDataFormatConfig> |
XmlDataFormatConfig.XML_DATA_FORMAT_CONFIG_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from XmlDataFormatConfig instances. |
| Modifier and Type | Method and Description |
|---|---|
<T> Collection<T> |
BaseResource.getAttributeValues(String schema,
String name,
AttributeValueResolver<T> resolver)
Retrieves a multi-valued attribute value.
|
<T> T |
BaseResource.getSingularAttributeValue(String schema,
String name,
AttributeValueResolver<T> resolver)
Retrieves a singular attribute value.
|
<T> void |
BaseResource.setAttributeValues(String schema,
String name,
AttributeValueResolver<T> resolver,
Collection<T> values)
Sets a multi-valued attribute value.
|
<T> void |
BaseResource.setSingularAttributeValue(String schema,
String name,
AttributeValueResolver<T> resolver,
T value)
Sets a singular attribute value.
|
| Modifier and Type | Field and Description |
|---|---|
static AttributeValueResolver<AttributeDescriptor> |
AttributeDescriptor.ATTRIBUTE_DESCRIPTOR_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from AttributeDescriptor instances. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SCIMAttributeValue.getSubAttributeValue(String name,
AttributeValueResolver<T> resolver)
Retrieves the value of a sub-attribute.
|
<T> Collection<T> |
SCIMAttributeValue.getSubAttributeValues(String name,
AttributeValueResolver<T> resolver)
Retrieves the value of a multi-valued sub-attribute value.
|
Copyright © 2011–2016 UnboundID. All rights reserved.