Uses of Class
org.forgerock.opendj.rest2ldap.JsonPropertyMapper
Packages that use JsonPropertyMapper
-
Uses of JsonPropertyMapper in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap that return JsonPropertyMapperModifier and TypeMethodDescriptionJsonPropertyMapper.defaultJsonValue(Object defaultValue) Sets the default JSON value which should be substituted when the LDAP attribute is not found in the LDAP entry.JsonPropertyMapper.defaultJsonValues(Collection<?> defaultValues) Sets the default JSON values which should be substituted when the LDAP attribute is not found in the LDAP entry.JsonPropertyMapper.extensibleJsonOrderingMatchingRule(String extensibleJsonOrderingMatchingRule) Sets the JSON ordering matching rule name that should be used for comparing JSON attributes in LDAP.static JsonPropertyMapperReturns a property mapper which provides a mapping from a JSON value to a LDAP attribute having the JSON syntax.static JsonPropertyMapperRest2Ldap.json(AttributeDescription mappedLdapAttribute) Returns a property mapper which provides a mapping from a JSON value to a LDAP attribute having the JSON syntax.JsonPropertyMapper.jsonQueryEqualityMatchingRule(String jsonQueryEqualityMatchingRule) Sets the JSON query matching rule name that should be used for matching JSON attributes in LDAP.JsonPropertyMapper.jsonSchema(JsonValue jsonSchema) Sets the JSON schema corresponding to this simple property mapper.JsonPropertyMapper.useServerSideSort(boolean useServerSideSort) Specifies whether a sort directive involving this property mapper should be forwarded to the LDAP server or if it should be performed locally by this Rest2Ldap server.