Uses of Package
org.apache.shiro.authz

Packages that use org.apache.shiro.authz
Package
Description
Core interfaces and exceptions concerning Authentication (the act of logging-in).
Core interfaces and exceptions supporting Authorization (access control).
Contains AOP implementation support classes specifically used for authorization operations, particularly supporting AOP Method Interceptors and JSR-175 metadata Annotations.
Support and default implementations for Shiro's Permission interface.
Provides the master SecurityManager interface and a default implementation hierarchy for managing all aspects of Shiro's functionality in an application.
Components and sub-packages used in supporting the core Realm interface.
Realms that acquire security data from a Microsoft Active Directory.
Realms that acquire security data from an RDBMS (Relational Database Management System) using the JDBC API.
Realms that acquire security data from an LDAP (Lightweight Directory Access Protocol) server utilizing LDAP/Naming APIs.
Realms that acquire security data from text-based data sources such as Files or text streams.
SessionManager components supporting enterprise session management.
Components supporting the Subject interface, the most important concept in Shiro's API.
Concrete support implementations of most of the org.apache.shiro.subject interfaces.
Your run-of-the-mill 'util' package for components and logic widely used across the framework that can't find their home into a proper OO hierarchy (or, most likely for things used across many hierarchies).