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 ObjectPropertyMapperObjectPropertyMapper. excludedDefaultUserAttributes(String... attributeNames)Specifies zero or more user attributes which will be excluded from the default user attribute mappings when enabled usingincludeAllUserAttributesByDefault(boolean).ObjectPropertyMapperObjectPropertyMapper. excludedDefaultUserAttributes(Collection<String> attributeNames)Specifies zero or more user attributes which will be excluded from the default user attribute mappings when enabled usingincludeAllUserAttributesByDefault(boolean).ObjectPropertyMapperObjectPropertyMapper. includeAllUserAttributesByDefault(boolean include)Specifies whether all LDAP user attributes should be mapped by default using the default schema based mapping rules.static ObjectPropertyMapperRest2Ldap. object()Returns a property mapper which maps JSON objects to LDAP attributes.ObjectPropertyMapperObjectPropertyMapper. 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 InlineResourcePropertyMapperRest2Ldap. 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 InlineResourcePropertyMapperRest2Ldap. 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.
-