implicit.ly

Scala software, hot off the presses

« Back to blog

Lift Shiro 0.0.4

YOU MUST USE LIFT 2.4-M4 FOR THIS PLUGIN TO WORK

This update brings a set of a new possible tags and location parameters that can be applied to the SiteMap for additional functionality. New operations include:

  • remember login subjects
  • force forgetting the subject
  • matchers for checking that a subject is one of any of n roles
  • snippet for accessing the subject principal

In addition the build was updated to use SBT 0.11.

Lift Shiro

This is an integration between Apache Shiro and the Lift Web framework. Specifically this integration does not use Shiro's built in web.xml resource filters to control access to URLs... it instead uses Lift's sitemap Locs. In addition it also has a range of snippets for conditionally displaying content based on rules and permissions.

Please see this README for more information on project setup and usage.