Uses of Class
org.forgerock.opendj.rest2ldap.AbstractResourceReferencePropertyMapper
-
Packages that use AbstractResourceReferencePropertyMapper Package Description org.forgerock.opendj.rest2ldap APIs for implementing REST to LDAP gateways. -
-
Uses of AbstractResourceReferencePropertyMapper in org.forgerock.opendj.rest2ldap
Classes in org.forgerock.opendj.rest2ldap with type parameters of type AbstractResourceReferencePropertyMapper Modifier and Type Class Description class
AbstractResourceReferencePropertyMapper<T extends AbstractResourceReferencePropertyMapper<T>>
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.rest2ldap Modifier and Type Class Description class
InlineResourcePropertyMapper
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 AbstractResourceReferencePropertyMapper Modifier and Type Method Description static AbstractResourceReferencePropertyMapper<?>
Rest2Ldap. reference(String mappedLdapAttribute, String resourcePath)
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)
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.
-