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. 
 | 
JsonPropertyMapper | 
JsonPropertyMapper.extensibleJsonOrderingMatchingRule(String extensibleJsonOrderingMatchingRule) | 
 Sets the JSON ordering matching rule name that should be used for comparing JSON attributes in LDAP. 
 | 
static JsonPropertyMapper | 
Rest2Ldap.json(String mappedLdapAttribute) | 
 Returns a property mapper which provides a mapping from a JSON value to a LDAP attribute having the JSON syntax. 
 | 
static JsonPropertyMapper | 
Rest2Ldap.json(AttributeDescription mappedLdapAttribute) | 
 Returns a property mapper which provides a mapping from a JSON value to a LDAP attribute having the JSON syntax. 
 | 
JsonPropertyMapper | 
JsonPropertyMapper.jsonQueryEqualityMatchingRule(String jsonQueryEqualityMatchingRule) | 
 Sets the JSON query matching rule name that should be used for matching JSON attributes in LDAP. 
 | 
JsonPropertyMapper | 
JsonPropertyMapper.jsonSchema(JsonValue jsonSchema) | 
 Sets the JSON schema corresponding to this simple property mapper. 
 | 
JsonPropertyMapper | 
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. 
 |