Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuring the Basic Role-Based PEP

See Policy Enforcement Points Authorization Delegates for more information on how a PEP is configured.

...

<bean name="modeshapeRepofactory" class="org.fcrepo.kernel.spring.ModeShapeRepositoryFactoryBean"
depends-on="authenticationProvider">
<property name="repositoryConfiguration" value="${fcrepo.modeshape.configuration:repository.json}" />
</bean>
<bean name="pep" class="org.fcrepo.auth.roles.basic.BasicRolesPEP"/>
<bean name="authenticationProvider" class="org.fcrepo.auth.'ServletContainerAuthenticationProvider ">
<property name="pep" ref="pep"/>
</bean>

...