public final class ObjectAttributeMapper extends AttributeMapper
Modifier and Type | Method and Description |
---|---|
ObjectAttributeMapper |
attribute(String name,
AttributeMapper mapper)
Creates a mapping for an attribute contained in the JSON object.
|
String |
toString() |
public ObjectAttributeMapper attribute(String name, AttributeMapper mapper)
name
- The name of the JSON attribute to be mapped.mapper
- The attribute mapper responsible for mapping the JSON
attribute to LDAP attribute(s).Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.