
Apache Shiro | Simple. Java. Security.
Apache Shiro™ is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management. With Shiro’s easy-to …
10 Minute Tutorial on Apache Shiro
If deploying inside a web application, by default the Session will be HttpSession based.But, in a non-web environment, like this simple Quickstart, Shiro will automatically use its Enterprise …
Download Apache Shiro
Download Apache Shiro, a Java security framework, from this page.
Apache Shiro Features Overview
Apache Shiro aims to be the most comprehensive, but also the easiest to use Java security framework available. Here are some of the frameworks finer points: The easiest to understand …
Apache Shiro Documentation
While we hope this documentation helps you with the work you're doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you'd like to help the …
Apache Shiro Tutorial
To that end, Shiro provides a default ‘common denominator’ solution via text-based INI configuration. People are pretty tired of using bulky XML files these days, and INI is easy to …
Get Started with Apache Shiro
Introduction to the Apache Shiro Java Security Framework A high-level overview of Apache Shiro’s capabilities. Architecture An architectural overview of Apache Shiro. Terminology A list …
Integrating Apache Shiro into Spring-Boot Applications
Shiro’s Spring-Boot integration is the easiest way to integrate Shiro into a Spring-base application, for more general Spring Framework integration, take the annotation or XML guides.
Overview of Apache Shiro
Web Support: Shiro’s web support APIs help easily secure web applications. Caching: Caching is a first-tier citizen in Apache Shiro’s API to ensure that security operations remain fast and …
Apache Shiro Web Support
The simplest way to integrate Shiro into any web application is to configure a Servlet ContextListener and Filter in web.xml that understands how to read Shiro’s INI configuration. …