WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: user management - why bother?

RE: user management - why bother?

by Noel J. Bergman :: Rate this Message:

| View in Thread

Noel J. Bergman wrote:
> Roland Weber wrote:

JEE container managed security does not cover instance based authorization,
and would not address which part(s) of a gallery a given entity can access.

> > permission checking should be left to the backend if
> > possible. I don't know what JCR offers for that at
> > the moment.

From the docs:

  How do I manage the access rights of authenticated users?

  The current JackrabbitSimpleAccessManager class only supports
  three access levels: anonymous, normal, and system. Anonymous
  users have read access while normal and system users have full
  read-write access. You need to implement a custom AccessManager
  class to get more fine-grained access control.

q.v.
http://jackrabbit.apache.org/api-1/org/apache/jackrabbit/core/security/Acces
sManager.html
     http://markmail.org/message/cc3lgit3fff5gcse

        --- Noel



---------------------------------------------------------------------
To unsubscribe, e-mail: projects-unsubscribe@...
For additional commands, e-mail: projects-help@...

 « Return to Thread: user management - why bother?