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 TypeClassDescriptionclass
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.final class
A property mapper which provides a mapping from a DN (or DN and JSON) LDAP attribute to a JSON object.final class
A property mapper which provides a mapping from a JSON value to an LDAP attribute having the JSON syntax.final class
An property mapper which maps JSON objects to LDAP attributes.final class
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 PropertyMapperModifier and TypeMethodDescriptionstatic 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
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 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.