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 TypeClassDescriptionclassAbstract class for property mappers mapping a DN (or DN and JSON) LDAP attribute to a JSON object.classAbstractReverseResourceReferencePropertyMapper<T extends AbstractReverseResourceReferencePropertyMapper<T>>A property mapper which provides a mapping from a JSON value to a DN valued LDAP attribute in another resource.final classA property mapper which provides a mapping from a DN (or DN and JSON) LDAP attribute to a JSON object.final 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 simple mapping from a JSON value to a single LDAP attribute.Methods in org.forgerock.opendj.rest2ldap that return PropertyMapperModifier and TypeMethodDescriptionstatic PropertyMapperRest2Ldap.auxiliaryResourceTypes()Returns a property mapper which maps a JSON property containing the auxiliary resource types to its associated LDAP object classes.static 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.