Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management.
HST - Apache Shiro Integration Support project provides seamless integration with Apache Shiro for HST-2 SITE applications.
Mainly, HST - Apache Shiro Integration Support project provides the following:
Because Apache Shiro provides a lot of out-of-box security integration solutions such as RDBMS, LDAP and CAS authentication, you can take advantage of those with HST-2!
Fork me on GitHub: https://github.com/bloomreach-forge/hst-shiro.
Build the project using Maven:
$ mvn install
And, build and run the demo in the demo subfolder.
$ cd demo $ mvn clean package $ mvn -P cargo.run
Please see Release Notes.