public class XmlDataFormatConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static AttributeValueResolver<XmlDataFormatConfig> |
XML_DATA_FORMAT_CONFIG_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from XmlDataFormatConfig instances. |
| Constructor and Description |
|---|
XmlDataFormatConfig(boolean supported)
Create a
XmlDataFormatConfig instance. |
public static final AttributeValueResolver<XmlDataFormatConfig> XML_DATA_FORMAT_CONFIG_RESOLVER
AttributeValueResolver that resolves SCIM attribute values
to/from XmlDataFormatConfig instances.public XmlDataFormatConfig(boolean supported)
XmlDataFormatConfig instance.supported - Specifies whether the XML data format is supported.public boolean isSupported()
true if the XML data format is supported.Copyright © 2011–2016 UnboundID. All rights reserved.