The secured repository features are provided through a Secured Repository Adapter that sits on top of an existing repository. Any repository can have security by configuring an instance of a Secured Repository Adapter on top of the repository instance. Depending on the security features you desire, some new properties may have to be added to the underlying repository in order to support access control information storage.

The secured repository provides the following access control features:

All of these features may be configured or not according to the needs of your application. Some features require additional storage in the underlying repository, or may have significant performance impact. Features that are unnecessary need not be enabled to save space or improve performance. See Performance Considerations for more information about performance issues.

 
loading table of contents...