Uses of Class
org.forgerock.opendj.rest2ldap.SimplePropertyMapper
Packages that use SimplePropertyMapper
-
Uses of SimplePropertyMapper in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap that return SimplePropertyMapperModifier and TypeMethodDescriptionSimplePropertyMapper.decoder(org.forgerock.util.Function<org.forgerock.opendj.ldap.ByteString, ?, ? extends Exception> f) Sets the decoder which will be used for converting LDAP attribute values to JSON values.SimplePropertyMapper.defaultJsonValue(Object defaultValue) Sets the default JSON value which should be substituted when the LDAP attribute is not found in the LDAP entry.SimplePropertyMapper.defaultJsonValues(Collection<?> defaultValues) Sets the default JSON values which should be substituted when the LDAP attribute is not found in the LDAP entry.SimplePropertyMapper.encoder(org.forgerock.util.Function<Object, org.forgerock.opendj.ldap.ByteString, ? extends Exception> f) Sets the encoder which will be used for converting JSON values to LDAP attribute values.SimplePropertyMapper.isBinary(boolean isBinary) Indicates that JSON values are base 64 encodings of binary data.SimplePropertyMapper.jsonSchema(org.forgerock.json.JsonValue jsonSchema) Sets the JSON schema corresponding to this simple property mapper.static SimplePropertyMapperReturns a property mapper which provides a simple mapping from a JSON value to a single LDAP attribute.static SimplePropertyMapperRest2Ldap.simple(org.forgerock.opendj.ldap.AttributeDescription attribute) Returns a property mapper which provides a simple mapping from a JSON value to a single LDAP attribute.