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
(Function<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
(Function<Object, 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
(JsonValue jsonSchema) Sets the JSON schema corresponding to this simple property mapper.static SimplePropertyMapper
Returns a property mapper which provides a simple mapping from a JSON value to a single LDAP attribute.static SimplePropertyMapper
Rest2Ldap.simple
(AttributeDescription mappedLdapAttribute) Returns a property mapper which provides a simple mapping from a JSON value to a single LDAP attribute.