Uses of Class
org.forgerock.opendj.rest2ldap.PropertyMapper
-
Packages that use PropertyMapper Package Description org.forgerock.opendj.rest2ldap APIs for implementing REST to LDAP gateways. -
-
Uses of PropertyMapper in org.forgerock.opendj.rest2ldap
Subclasses of PropertyMapper in org.forgerock.opendj.rest2ldap Modifier and Type Class Description class
AbstractResourceReferencePropertyMapper<T extends AbstractResourceReferencePropertyMapper<T>>
Abstract class for property mappers mapping a DN (or DN and JSON) LDAP attribute to a JSON object.class
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.class
InlineResourcePropertyMapper
A property mapper which provides a mapping from a DN (or DN and JSON) LDAP attribute to a JSON object.class
JsonPropertyMapper
A property mapper which provides a mapping from a JSON value to an LDAP attribute having the JSON syntax.class
ObjectPropertyMapper
An property mapper which maps JSON objects to LDAP attributes.class
SimplePropertyMapper
An property mapper which provides a simple mapping from a JSON value to a single LDAP attribute.Methods in org.forgerock.opendj.rest2ldap that return PropertyMapper Modifier and Type Method Description static PropertyMapper
Rest2Ldap. auxiliaryResourceTypes()
Returns a property mapper which maps a JSON property containing the auxiliary resource types to its associated LDAP object classes.static PropertyMapper
Rest2Ldap. constant(Object value)
Returns a property mapper which maps a single JSON attribute to a JSON constant.static PropertyMapper
Rest2Ldap. 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 PropertyMapper Modifier and Type Method Description ObjectPropertyMapper
ObjectPropertyMapper. property(String name, PropertyMapper mapper)
Creates an explicit mapping for a property contained in the JSON object.Resource
Resource. property(String name, PropertyMapper mapper)
Specifies a mapping for a property contained in this JSON resource.
-