Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-06-12 08:49:54 +0000
committerEike Stepper2013-06-12 08:49:54 +0000
commitf8379d2dc413ed6fa31adce1c1260681c94b8d34 (patch)
tree6ddd8e2a0d63d51bb372d2152626619ccbc67a3a /plugins/org.eclipse.emf.cdo.doc/html/Overview.html
parent8275925420e89e8d7a044258bc5114fa51994741 (diff)
downloadcdo-f8379d2dc413ed6fa31adce1c1260681c94b8d34.tar.gz
cdo-f8379d2dc413ed6fa31adce1c1260681c94b8d34.tar.xz
cdo-f8379d2dc413ed6fa31adce1c1260681c94b8d34.zip
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/html/Overview.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/html/Overview.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/html/Overview.html b/plugins/org.eclipse.emf.cdo.doc/html/Overview.html
index b615b38fcf..f792b5f1ac 100644
--- a/plugins/org.eclipse.emf.cdo.doc/html/Overview.html
+++ b/plugins/org.eclipse.emf.cdo.doc/html/Overview.html
@@ -96,6 +96,11 @@ function windowTitle()
<dd>Data integrity can be ensured by enabling optional commit checks in the repository server such as referential
integrity checks and containment cycle checks, as well as custom checks implemented by write access handlers.
<p>
+ <dt><b>Security</b>
+ <dd>The data in a repository can be secured through pluggable <a href="../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/security/IAuthenticator.html" title="Interface in org.eclipse.net4j.util.security"><code>authenticators</code></a> and
+ <a href="../javadoc/org/eclipse/emf/cdo/server/IPermissionManager.html" title="Interface in org.eclipse.emf.cdo.server"><code>permission managers</code></a>. A default security model is provided on top of these low-level
+ components. The model comprises the concepts of users, groups, roles and extensible permissions.
+ <p>
<dt><b>Fault Tolerance</b>
<dd>Fault tolerance on multiple levels, namely the setup of fail-over clusters of replicating repositories under
the control of a fail-over monitor, as well as the usage of a number of special session types such as fail-over or

Back to the top