Uses of Class
org.forgerock.opendj.rest2ldap.AbstractResourceReferencePropertyMapper
Packages that use AbstractResourceReferencePropertyMapper
-
Uses of AbstractResourceReferencePropertyMapper in org.forgerock.opendj.rest2ldap
Classes in org.forgerock.opendj.rest2ldap with type parameters of type AbstractResourceReferencePropertyMapperModifier and TypeClassDescriptionclass
Abstract class for property mappers mapping a DN (or DN and JSON) LDAP attribute to a JSON object.Subclasses of AbstractResourceReferencePropertyMapper in org.forgerock.opendj.rest2ldapModifier and TypeClassDescriptionfinal class
A property mapper which provides a mapping from a DN (or DN and JSON) LDAP attribute to a JSON object.Methods in org.forgerock.opendj.rest2ldap that return AbstractResourceReferencePropertyMapperModifier 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.