Class MultiValuedAttributeValue<M extends MultiValuedAttributeValue<M>>

Object
se.curity.identityserver.sdk.attribute.MapAttributeValue
se.curity.identityserver.sdk.attribute.scim.v2.ComplexAttributeValue<M>
se.curity.identityserver.sdk.attribute.scim.v2.multivalued.MultiValuedAttributeValue<M>
Type Parameters:
M -
All Implemented Interfaces:
Iterable<Attribute>, AttributeContainer<MapAttributeValue>, AttributeOrAttributeValue<AttributeValue>, AttributeValue, SerializableAsMap
Direct Known Subclasses:
Address, Email, Entitlement, Group, InstantMessaging, PhoneNumber, Photo, Role, X509Certificates

public abstract class MultiValuedAttributeValue<M extends MultiValuedAttributeValue<M>> extends ComplexAttributeValue<M>
A complex Multi-value attribute.

This AttributeValue follows the Multi-value Attributes design from the SCIM 2.0 specification.