开发者

Jackrabbit Security

开发者 https://www.devze.com 2023-02-28 10:40 出处:网络
I started to use Jackrabbit in my project. As i found out there is no complex LoginModule and AccessManager given. I mean we can find SimpleLoginModule but it is just a mock.

I started to use Jackrabbit in my project. As i found out there is no complex LoginModule and AccessManager given. I mean we can find SimpleLoginModule but it is just a mock. What i need is a simple LoginModule which can be configured eg from a file with users, pas开发者_StackOverflowswords and groups. I know that i can implement my own classes, but it is hard to believe that after so many years there is no ready solution...


there are a couple Jackrabbit based open source / closed source projects out there that use JCR as their reference implementation and have implementations. Most probably you're best of choosing one of them in order to not reinvent the wheel. For a complete list: http://en.wikipedia.org/wiki/Apache_Jackrabbit


Are you running inside an app server or web container? If so, you would usually expect the container to provide a JAAS implementation. For example, for instructions on how to set it up with Jetty, storing user information in a database, a properties file, or LDAP, see:

  • http://www.eclipse.org/jetty/documentation/current/jaas-support.html
0

精彩评论

暂无评论...
验证码 换一张
取 消