mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
01.14.2016 270c01b95c4b0208f65d9a3a2d3e9ac50b06a76b
refs
author Matthew Swift <matthew.swift@forgerock.com>
Saturday, October 1, 2016 00:14 +0200
committer Matthew Swift <matthew.swift@forgerock.com>
Thursday, October 6, 2016 11:12 +0200
commit270c01b95c4b0208f65d9a3a2d3e9ac50b06a76b
tree 9d7dd95c304aea489c4d0742ff6e29fe286095d1 tree | zip | gz
parent 95d5c1406fb12c27d1c906063c9daccde36329ca view | diff
OPENDJ-2860: support JSON syntaxes and matching rules in the server

* install JSON schema as part of the core schema
* provide config option for controlling JSON syntax validation
* added new JSON schema provider allowing applications to create
their own custom JSON matching rules.
2 files added
4 files modified
422 ■■■■■ changed files
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/CoreSchemaConfiguration.xml 40 ●●●●● diff | view | raw | blame | history
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/JsonSchemaConfiguration.xml 160 ●●●●● diff | view | raw | blame | history
opendj-server-legacy/resource/schema/02-config.ldif 45 ●●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/schema/CoreSchemaProvider.java 17 ●●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/schema/JsonSchemaProvider.java 152 ●●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/schema/SchemaHandler.java 8 ●●●● diff | view | raw | blame | history