Uses of Class
com.unboundid.scim.data.AttributeValueResolver

Packages that use AttributeValueResolver
com.unboundid.scim.data   
com.unboundid.scim.schema   
com.unboundid.scim.sdk   
 

Uses of AttributeValueResolver in com.unboundid.scim.data
 

Fields in com.unboundid.scim.data declared as AttributeValueResolver
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<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.
 

Methods in com.unboundid.scim.data with parameters of type AttributeValueResolver
<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.
 

Uses of AttributeValueResolver in com.unboundid.scim.schema
 

Fields in com.unboundid.scim.schema declared as AttributeValueResolver
static AttributeValueResolver<AttributeDescriptor> AttributeDescriptor.ATTRIBUTE_DESCRIPTOR_RESOLVER
          The AttributeValueResolver that resolves SCIM attribute values to/from AttributeDescriptor instances.
 

Uses of AttributeValueResolver in com.unboundid.scim.sdk
 

Methods in com.unboundid.scim.sdk with parameters of type AttributeValueResolver
<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-2012 UnboundID. All Rights Reserved.