opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/PropertyMapper.java
@@ -40,6 +40,10 @@ // Nothing to do. } abstract boolean isRequired(); abstract boolean isMultiValued(); /** * Maps a JSON value to one or more LDAP attributes, returning a promise * once the transformation has completed. This method is invoked when a REST @@ -193,4 +197,6 @@ // TODO: methods for obtaining schema information (e.g. name, description, type information). // TODO: methods for creating sort controls. abstract JsonValue toJsonSchema(); }