You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2006/11/27 19:47:24 UTC

[Jackrabbit Wiki] Update of "SimpleJbossAccessManager" by DarrenHartford

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The following page has been changed by DarrenHartford:
http://wiki.apache.org/jackrabbit/SimpleJbossAccessManager

New page:
The simple jboss access manager is a specialized Access Manager to handle '''Authorization''' of individuals authenticated through jboss login modules.  It maps roles from the jboss simplegroup class to jackrabbit permissions.


The intent of this document is to
 * Deploy and enable a SimpleJbossAccessManager.
 * Configure the mappings between groups/roles from the authentication system to jackrabbit permissions.

Files that will be modified
 * Deploy SimpleJbossAccessManager.jar to WEB-INF/lib or somewhere else to add to the classpath.
 * repository.xml
 * $REPO_HOMEDIR/rolemappings.properties

----