Uses of Class
org.forgerock.opendj.rest2ldap.AbstractResourceReferencePropertyMapper
-
Uses of AbstractResourceReferencePropertyMapper in org.forgerock.opendj.rest2ldap
Modifier and TypeClassDescriptionclass
Abstract class for property mappers mapping a DN (or DN and JSON) LDAP attribute to a JSON object.Modifier and TypeClassDescriptionfinal class
A property mapper which provides a mapping from a DN (or DN and JSON) LDAP attribute to a JSON object.Modifier and TypeMethodDescriptionstatic AbstractResourceReferencePropertyMapper<?>
Returns a property mapper which provides a mapping from a JSON value to a DN valued LDAP attribute.static AbstractResourceReferencePropertyMapper<?>
Rest2Ldap.reference
(String mappedLdapAttribute, String resourcePath, String jsonPropertyName, String nameAndJsonQueryFilterMatchingRuleName) Returns a property mapper which provides a mapping from a JSON value to a "Name and JSON" valued LDAP attribute.static AbstractResourceReferencePropertyMapper<?>
Rest2Ldap.reference
(AttributeDescription mappedLdapAttribute, String resourcePath) Returns a property mapper which provides a mapping from a JSON value to a DN valued LDAP attribute.