AccessManager and LoginModule

3 messages Options
Embed this post
Permalink
Ben Short

AccessManager and LoginModule

Reply Threaded More More options
Print post
Permalink
Hi,

Is there such a thing as a fully featured AccessManager and LoginModule for
jackrabbit? I'm thinking it would sote the user auth info in the repository.


Regards

Ben
Alexander Klimetschek

Re: AccessManager and LoginModule

Reply Threaded More More options
Print post
Permalink
On Fri, Nov 6, 2009 at 14:52, Ben Short <[hidden email]> wrote:
> Is there such a thing as a fully featured AccessManager and LoginModule for
> jackrabbit? I'm thinking it would sote the user auth info in the repository.

Yes, since 1.5 (and improving with the upcoming 2.0, to fit the new
jsr283 acl stuff) there is the DefaultAccessManager,
DefaultLoginModule and DefaultSecurityManager.

See http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-core/src/test/repository/repository.xml
(<Security/> element).

Documentation can currently be found mostly in the archives of this
list. And of course the code is the truth!

Regards,
Alex

--
Alexander Klimetschek
[hidden email]
Ben Short

Re: AccessManager and LoginModule

Reply Threaded More More options
Print post
Permalink
Thanks Alex I'll check it out

2009/11/6 Alexander Klimetschek <[hidden email]>

> On Fri, Nov 6, 2009 at 14:52, Ben Short <[hidden email]> wrote:
> > Is there such a thing as a fully featured AccessManager and LoginModule
> for
> > jackrabbit? I'm thinking it would sote the user auth info in the
> repository.
>
> Yes, since 1.5 (and improving with the upcoming 2.0, to fit the new
> jsr283 acl stuff) there is the DefaultAccessManager,
> DefaultLoginModule and DefaultSecurityManager.
>
> See
> http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-core/src/test/repository/repository.xml
> (<Security/> element).
>
> Documentation can currently be found mostly in the archives of this
> list. And of course the code is the truth!
>
> Regards,
> Alex
>
> --
> Alexander Klimetschek
> [hidden email]
>