Uses of Class
org.forgerock.opendj.rest2ldap.PropertyMapper
Packages that use PropertyMapper
-
Uses of PropertyMapper in org.forgerock.opendj.rest2ldap
Subclasses of PropertyMapper in org.forgerock.opendj.rest2ldapModifier and TypeClassDescriptionfinal classA property mapper which provides a mapping from a JSON value to an LDAP attribute having the JSON syntax.final classAn property mapper which maps JSON objects to LDAP attributes.final classAn property mapper which provides a mapping from a JSON value to a single DN valued LDAP attribute.final classAn property mapper which provides a simple mapping from a JSON value to a single LDAP attribute.Methods in org.forgerock.opendj.rest2ldap that return PropertyMapperModifier and TypeMethodDescriptionstatic PropertyMapperReturns a property mapper which maps a single JSON attribute to a JSON constant.static PropertyMapperRest2Ldap.resourceType()Returns a property mapper which maps a JSON property containing the resource type to its associated LDAP object classes.Methods in org.forgerock.opendj.rest2ldap with parameters of type PropertyMapperModifier and TypeMethodDescriptionObjectPropertyMapper.property(String name, PropertyMapper mapper) Creates an explicit mapping for a property contained in the JSON object.Resource.property(String name, PropertyMapper mapper) Specifies a mapping for a property contained in this JSON resource.static ReferencePropertyMapperRest2Ldap.reference(String attribute, String baseDnTemplate, String primaryKey, PropertyMapper mapper) Returns a property mapper which provides a mapping from a JSON value to a single DN valued LDAP attribute.static ReferencePropertyMapperRest2Ldap.reference(org.forgerock.opendj.ldap.AttributeDescription attribute, String baseDnTemplate, org.forgerock.opendj.ldap.AttributeDescription primaryKey, PropertyMapper mapper) Returns a property mapper which provides a mapping from a JSON value to a single DN valued LDAP attribute.