Uses of Class
org.forgerock.opendj.rest2ldap.AbstractReverseResourceReferencePropertyMapper
Packages that use AbstractReverseResourceReferencePropertyMapper
-
Uses of AbstractReverseResourceReferencePropertyMapper in org.forgerock.opendj.rest2ldap
Classes in org.forgerock.opendj.rest2ldap with type parameters of type AbstractReverseResourceReferencePropertyMapperModifier and TypeClassDescriptionclass
AbstractReverseResourceReferencePropertyMapper<T extends AbstractReverseResourceReferencePropertyMapper<T>>
A property mapper which provides a mapping from a JSON value to a DN valued LDAP attribute in another resource.Methods in org.forgerock.opendj.rest2ldap that return AbstractReverseResourceReferencePropertyMapperModifier and TypeMethodDescriptionAbstractReverseResourceReferencePropertyMapper.isMultiValued
(boolean multiValued) Sets this property mapper to be multi-valued or not.Rest2Ldap.reverseReference
(String resourcePath, String referencePropertyName) Returns a property mapper which provides a reverse mapping from a JSON value to a DN valued LDAP attribute.