(Quick Reference)

1 Introduction to the Spring Security Shiro Plugin - Reference Documentation

Authors: Burt Beckwith

Version: 1.0.0

Table of Contents

1 Introduction to the Spring Security Shiro Plugin

The Spring Security Shiro plugin adds some support for using a hybrid approach combining Spring Security and Shiro. It currently only supports Shiro ACLs, since Spring Security ACLs are very powerful but can be very cumbersome to use, and the Shiro approach is straightforward and simple.

The majority of the authentication and authorization work is still done by Spring Security. This plugin listens for Spring Security authentication events and uses the Spring Security Authentication instance to build and register a Shiro Subject instance. It also removes the Shiro credentials when you explicitly logout.

1.1 History

  • Version 1.0.0
    • released December 7, 2015
  • Version 1.0-RC1
    • released October 05, 2013
  • Version 0.1
    • released January 06, 2013