Package | Description |
---|---|
org.apache.shiro |
This package primarily exists as a root classpath distinction, but it does contain two core classes widely used
by applications,
SecurityUtils and
ShiroException . |
org.apache.shiro.authc |
Core interfaces and exceptions concerning Authentication (the act of logging-in).
|
org.apache.shiro.authc.pam |
Support for PAM, or Pluggable Authentication Modules, which is
the capability to authenticate a user against multiple configurable (pluggable) modules (Shiro
calls these
Realm s). |
org.apache.shiro.authz |
Core interfaces and exceptions supporting Authorization (access control).
|
org.apache.shiro.authz.permission |
Support and default implementations for Shiro's
Permission
interface. |
org.apache.shiro.cache |
Caching support used to enhance performance for any security operation.
|
org.apache.shiro.cas | |
org.apache.shiro.codec |
Components for encoding and decoding of data across multiple formats, especially useful in Shiro's
cryptography and web functionality.
|
org.apache.shiro.config |
Components that support configuring Shiro in any application.
|
org.apache.shiro.crypto |
Cryptography Cipher and Hashing components that greatly simplify the JDK's cryptography concepts and
add additional convenient behavior.
|
org.apache.shiro.dao |
Package containing various components useful when building Data Access Objects (DAOs), including a generic
Data Access Exception hierarchy.
|
org.apache.shiro.env |
Concepts used to represent Shiro's aggregate state in an application.
|
org.apache.shiro.hazelcast.cache | |
org.apache.shiro.io |
Support for reading and writing (input/output) raw data from multiple resource locations.
|
org.apache.shiro.ldap | |
org.apache.shiro.session |
Components related to managing sessions, the time-based data contexts in which a Subject
interacts with an application.
|
org.apache.shiro.subject |
Components supporting the
Subject interface, the most important concept in
Shiro's API. |
org.apache.shiro.subject.support |
Concrete support implementations of most of the
org.apache.shiro.subject interfaces. |
org.apache.shiro.util |
Your run-of-the-mill 'util' pacakge 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).
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
UnavailableSecurityManagerException
Exception thrown when attempting to acquire the application's
SecurityManager instance, but Shiro's
lookup heuristics cannot find one. |
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Class and Description |
---|
ShiroException
Root exception for all Shiro runtime exceptions.
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.