Uses of Class
org.forgerock.opendj.rest2ldap.ObjectPropertyMapper
-
Uses of ObjectPropertyMapper in org.forgerock.opendj.rest2ldap
Modifier and TypeMethodDescriptionObjectPropertyMapper.excludedDefaultUserAttributes
(String... attributeNames) Specifies zero or more user attributes which will be excluded from the default user attribute mappings when enabled usingincludeAllUserAttributesByDefault(boolean)
.ObjectPropertyMapper.excludedDefaultUserAttributes
(Collection<String> attributeNames) Specifies zero or more user attributes which will be excluded from the default user attribute mappings when enabled usingincludeAllUserAttributesByDefault(boolean)
.ObjectPropertyMapper.includeAllUserAttributesByDefault
(boolean include) Specifies whether all LDAP user attributes should be mapped by default using the default schema based mapping rules.static ObjectPropertyMapper
Rest2Ldap.object()
Returns a property mapper which maps JSON objects to LDAP attributes.ObjectPropertyMapper.property
(String name, PropertyMapper mapper) Creates an explicit mapping for a property contained in the JSON object.Modifier and TypeMethodDescriptionstatic InlineResourcePropertyMapper
Rest2Ldap.reference
(String mappedLdapAttribute, String baseDnTemplate, String primaryKey, ObjectPropertyMapper mapper, String jsonPropertyName) Returns a property mapper which provides a mapping from a JSON value to a single DN valued LDAP attribute.static InlineResourcePropertyMapper
Rest2Ldap.reference
(AttributeDescription mappedLdapAttribute, String baseDnTemplate, AttributeDescription primaryKey, ObjectPropertyMapper mapper, String jsonPropertyName) Returns a property mapper which provides a mapping from a JSON value to a single DN valued LDAP attribute.