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 classAbstractResourceReferencePropertyMapper<T extends AbstractResourceReferencePropertyMapper<T>>Abstract 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.classInlineResourcePropertyMapperA property mapper which provides a mapping from a DN (or DN and JSON) LDAP attribute to a JSON object.classJsonPropertyMapperA property mapper which provides a mapping from a JSON value to an LDAP attribute having the JSON syntax.classObjectPropertyMapperAn property mapper which maps JSON objects to LDAP attributes.classSimplePropertyMapperAn 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 PropertyMapperRest2Ldap. auxiliaryResourceTypes()Returns a property mapper which maps a JSON property containing the auxiliary resource types to its associated LDAP object classes.static PropertyMapperRest2Ldap. constant(Object value)Returns 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 PropertyMapper Modifier and Type Method Description ObjectPropertyMapperObjectPropertyMapper. property(String name, PropertyMapper mapper)Creates an explicit mapping for a property contained in the JSON object.ResourceResource. property(String name, PropertyMapper mapper)Specifies a mapping for a property contained in this JSON resource.
-