Uses of Class
org.forgerock.opendj.rest2ldap.ResourcePropertyMapper
-
Packages that use ResourcePropertyMapper Package Description org.forgerock.opendj.rest2ldap APIs for implementing REST to LDAP gateways. -
-
Uses of ResourcePropertyMapper in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap that return ResourcePropertyMapper Modifier and Type Method Description static ResourcePropertyMapper
Rest2Ldap. reference(String attribute, String resourcePath)
Returns a property mapper which provides a mapping from a JSON value to a DN valued LDAP attribute.static ResourcePropertyMapper
Rest2Ldap. reference(String attribute, String resourcePath, String optionalJsonPropertyName)
Returns a property mapper which provides a mapping from a JSON value to a "Name and Optional JSON" valued LDAP attribute.static ResourcePropertyMapper
Rest2Ldap. reference(AttributeDescription attribute, String resourcePath)
Returns a property mapper which provides a mapping from a JSON value to a DN valued LDAP attribute.
-