Uses of Package
org.apache.shiro.authz
-
Packages that use org.apache.shiro.authz Package Description org.apache.shiro.authc Core interfaces and exceptions concerning Authentication (the act of logging-in).org.apache.shiro.authz Core interfaces and exceptions supporting Authorization (access control).org.apache.shiro.authz.aop Contains AOP implementation support classes specifically used for authorization operations, particularly supporting AOP Method Interceptors and JSR-175 metadata Annotations.org.apache.shiro.authz.permission Support and default implementations for Shiro'sPermission
interface.org.apache.shiro.mgt Provides the masterSecurityManager
interface and a default implementation hierarchy for managing all aspects of Shiro's functionality in an application.org.apache.shiro.realm Components and sub-packages used in supporting the coreRealm
interface.org.apache.shiro.realm.activedirectory Realms that acquire security data from a Microsoft Active Directory.org.apache.shiro.realm.jdbc Realms that acquire security data from an RDBMS (Relational Database Management System) using the JDBC API.org.apache.shiro.realm.ldap Realms that acquire security data from an LDAP (Lightweight Directory Access Protocol) server utilizing LDAP/Naming APIs.org.apache.shiro.realm.text Realms that acquire security data from text-based data sources such asFile
s or text streams.org.apache.shiro.session.mgt SessionManager
components supporting enterprise session management.org.apache.shiro.subject Components supporting theSubject
interface, the most important concept in Shiro's API.org.apache.shiro.subject.support Concrete support implementations of most of theorg.apache.shiro.subject
interfaces.org.apache.shiro.util 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). -
Classes in org.apache.shiro.authz used by org.apache.shiro.authc Class Description AuthorizationInfo AuthorizationInfo
represents a single Subject's stored authorization data (roles, permissions, etc) used during authorization (access control) checks only.Permission A Permission represents the ability to perform an action or access a resource. -
Classes in org.apache.shiro.authz used by org.apache.shiro.authz Class Description AuthorizationException Exception thrown if there is a problem during authorization (access control check).AuthorizationInfo AuthorizationInfo
represents a single Subject's stored authorization data (roles, permissions, etc) used during authorization (access control) checks only.Authorizer An Authorizer performs authorization (access control) operations for any given Subject (aka 'application user').Permission A Permission represents the ability to perform an action or access a resource.UnauthorizedException Thrown to indicate a requested operation or access to a requested resource is not allowed. -
Classes in org.apache.shiro.authz used by org.apache.shiro.authz.aop Class Description AuthorizationException Exception thrown if there is a problem during authorization (access control check).UnauthenticatedException Exception thrown when attempting to execute an authorization action when a successful authentication hasn't yet occurred. -
Classes in org.apache.shiro.authz used by org.apache.shiro.authz.permission Class Description Permission A Permission represents the ability to perform an action or access a resource. -
Classes in org.apache.shiro.authz used by org.apache.shiro.mgt Class Description AuthorizationException Exception thrown if there is a problem during authorization (access control check).Authorizer An Authorizer performs authorization (access control) operations for any given Subject (aka 'application user').Permission A Permission represents the ability to perform an action or access a resource. -
Classes in org.apache.shiro.authz used by org.apache.shiro.realm Class Description AuthorizationException Exception thrown if there is a problem during authorization (access control check).AuthorizationInfo AuthorizationInfo
represents a single Subject's stored authorization data (roles, permissions, etc) used during authorization (access control) checks only.Authorizer An Authorizer performs authorization (access control) operations for any given Subject (aka 'application user').Permission A Permission represents the ability to perform an action or access a resource.SimpleRole A simple representation of a security role that has a name and a collection of permissions. -
Classes in org.apache.shiro.authz used by org.apache.shiro.realm.activedirectory Class Description AuthorizationInfo AuthorizationInfo
represents a single Subject's stored authorization data (roles, permissions, etc) used during authorization (access control) checks only.Authorizer An Authorizer performs authorization (access control) operations for any given Subject (aka 'application user'). -
Classes in org.apache.shiro.authz used by org.apache.shiro.realm.jdbc Class Description AuthorizationInfo AuthorizationInfo
represents a single Subject's stored authorization data (roles, permissions, etc) used during authorization (access control) checks only.Authorizer An Authorizer performs authorization (access control) operations for any given Subject (aka 'application user'). -
Classes in org.apache.shiro.authz used by org.apache.shiro.realm.ldap Class Description AuthorizationInfo AuthorizationInfo
represents a single Subject's stored authorization data (roles, permissions, etc) used during authorization (access control) checks only.Authorizer An Authorizer performs authorization (access control) operations for any given Subject (aka 'application user'). -
Classes in org.apache.shiro.authz used by org.apache.shiro.realm.text Class Description Authorizer An Authorizer performs authorization (access control) operations for any given Subject (aka 'application user'). -
Classes in org.apache.shiro.authz used by org.apache.shiro.session.mgt Class Description AuthorizationException Exception thrown if there is a problem during authorization (access control check). -
Classes in org.apache.shiro.authz used by org.apache.shiro.subject Class Description AuthorizationException Exception thrown if there is a problem during authorization (access control check).Permission A Permission represents the ability to perform an action or access a resource. -
Classes in org.apache.shiro.authz used by org.apache.shiro.subject.support Class Description AuthorizationException Exception thrown if there is a problem during authorization (access control check).Permission A Permission represents the ability to perform an action or access a resource. -
Classes in org.apache.shiro.authz used by org.apache.shiro.util Class Description Permission A Permission represents the ability to perform an action or access a resource.