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

neil_a_wilson
29.10.2007 8a060091156c631c76476582458a32daa50a5bb2
refs
author neil_a_wilson <neil_a_wilson@localhost>
Wednesday, August 29, 2007 08:10 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Wednesday, August 29, 2007 08:10 +0200
commit8a060091156c631c76476582458a32daa50a5bb2
tree 75f8972db824b1427b17da480eccc0fda82b74e8 tree | zip | gz
parent 1d86ae4d71b5d7e7b371844d776dc60cc10a7f33 view | diff
Add an API that can be used to allow compressed schema tokens to be stored in
alternate repositories. The current implementation is still the default
server-wide mechanism using the config/schematokens.dat file, but it will be
possible to use this API to create alternate implementations (e.g., one for the
JE backend that stores the tokens in the database).

This provides the first part of the fix for issue #2158.
1 files added
1 files renamed
3 files modified
564 ■■■■■ changed files
opends/src/server/org/opends/server/api/CompressedSchema.java 125 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DefaultCompressedSchema.java 324 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DirectoryServer.java 18 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/Entry.java 20 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/EntryEncodeConfig.java 77 ●●●●● diff | view | raw | blame | history