| Package | Description |
|---|---|
| org.forgerock.opendj.rest2ldap |
APIs for implementing REST to LDAP gateways.
|
| Modifier and Type | Method and Description |
|---|---|
JsonPropertyMapper |
JsonPropertyMapper.defaultJsonValue(Object defaultValue)
Sets the default JSON value which should be substituted when the LDAP attribute is not found in the LDAP entry.
|
JsonPropertyMapper |
JsonPropertyMapper.defaultJsonValues(Collection<?> defaultValues)
Sets the default JSON values which should be substituted when the LDAP attribute is not found in the LDAP entry.
|
static JsonPropertyMapper |
Rest2Ldap.json(org.forgerock.opendj.ldap.AttributeDescription attribute)
Returns a property mapper which provides a mapping from a JSON value to a LDAP attribute having the JSON syntax.
|
static JsonPropertyMapper |
Rest2Ldap.json(String attribute)
Returns a property mapper which provides a mapping from a JSON value to a LDAP attribute having the JSON syntax.
|
JsonPropertyMapper |
JsonPropertyMapper.jsonSchema(org.forgerock.json.JsonValue jsonSchema)
Sets the JSON schema corresponding to this simple property mapper.
|
Copyright © 2017-2020 Wren Security. All Rights Reserved.