Uses of Class
org.forgerock.opendj.rest2ldap.ObjectPropertyMapper
-
Packages that use ObjectPropertyMapper Package Description org.forgerock.opendj.rest2ldap APIs for implementing REST to LDAP gateways. -
-
Uses of ObjectPropertyMapper in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap that return ObjectPropertyMapper Modifier and Type Method Description ObjectPropertyMapper
ObjectPropertyMapper. excludedDefaultUserAttributes(String... attributeNames)
Specifies zero or more user attributes which will be excluded from the default user attribute mappings when enabled usingincludeAllUserAttributesByDefault(boolean)
.ObjectPropertyMapper
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
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
ObjectPropertyMapper. property(String name, PropertyMapper mapper)
Creates an explicit mapping for a property contained in the JSON object.Methods in org.forgerock.opendj.rest2ldap with parameters of type ObjectPropertyMapper Modifier and Type Method Description static 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.
-