Uses of Class
org.apache.shiro.authz.UnauthorizedException
Packages that use UnauthorizedException
Package
Description
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.
-
Uses of UnauthorizedException in org.apache.shiro.authz
Subclasses of UnauthorizedException in org.apache.shiro.authzModifier and TypeClassDescriptionclassThrown when a particular client (that is, host address) has not been enabled to access the system or if the client has been enabled access but is not permitted to perform a particular operation or access a particular resource. -
Uses of UnauthorizedException in org.apache.shiro.authz.aop
Methods in org.apache.shiro.authz.aop that throw UnauthorizedExceptionModifier and TypeMethodDescriptionvoidDenyAllAnnotationHandler.assertAuthorized(Annotation a) Causes aUnauthorizedExceptionto be thrown if a DenyAll annotation is present.