Skip navigation links
ModeShape Distribution 5.0.0.Final

Package org.modeshape.jcr.security

ModeShape JCR repositories have a pluggable authentication and authorization framework.

See: Description

Package org.modeshape.jcr.security Description

ModeShape JCR repositories have a pluggable authentication and authorization framework. Out of the box, each repository is configured to support authenticating and authorizing using JAAS, HTTP servlet (if the servlet library is on the classpath), and (if configured) anonymous logins. In addition, Each repository can also be configured with customzied authenticators.

Creating a custom authenticator is a matter of properly implementing AuthenticationProvider and configuring the repository to use that class. Each authenticator is responsible for authenticating the supplied Credentials and returning an ExecutionContext that will represent the user, including its embedded SecurityContext (for simple role-based authorization) or AuthorizationProvider (for a combination of path- and role-based authorization).

Skip navigation links
ModeShape Distribution 5.0.0.Final

Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.