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