Uses of Class
org.forgerock.opendj.rest2ldap.ObjectPropertyMapper
Packages that use ObjectPropertyMapper
-
Uses of ObjectPropertyMapper in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap that return ObjectPropertyMapperModifier 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 ObjectPropertyMapperRest2Ldap.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.