Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Management for Repository/Workspaces #29

Open
GoogleCodeExporter opened this issue Oct 19, 2015 · 0 comments
Open

User Management for Repository/Workspaces #29

GoogleCodeExporter opened this issue Oct 19, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What is the desired behaviour?
A possible user has expressed a desire to manage repository users within 
Jackrabbit Explorer.

What, if it is not clear, is the main benefit of this feature?
In an advanced repository setup different users may be configured for access to 
different areas of the repository. Jackrabbit Explorer could provide a UI for 
managing these permissions.

How might this be tested and proved to be operational?
A more advanced repository setup than a default Jackrabbit installation is 
required. The SimpleLoginModule only distinguishes between admin and anonymous 
users. The former are granted all permissions, the latter global read only.

Notes:
From checking the API documentation I can see that we have access to Users and 
Groups which both implement Authorizable and are both created using 
Jackrabbit's UserManagerImpl. This would allow for one UI for managing both.

Permissions management may require investigation of JAAS as a more suitable 
authentication provider than the org.apache.jackrabbit.core.security.simple 
implementations.

Original issue reported on code.google.com by [email protected] on 2 Sep 2011 at 12:53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant