Uses of Class
org.apache.shiro.authz.UnauthenticatedException
Packages that use UnauthenticatedException
Package
Description
Contains AOP implementation support classes specifically used for authorization operations, particularly supporting
AOP Method Interceptors and JSR-175 metadata Annotations.
-
Uses of UnauthenticatedException in org.apache.shiro.authz.aop
Methods in org.apache.shiro.authz.aop that throw UnauthenticatedExceptionModifier and TypeMethodDescriptionvoidAuthenticatedAnnotationHandler.assertAuthorized(Annotation a) Ensures that the callingSubjectis authenticated, and if not, throws anUnauthenticatedExceptionindicating the method is not allowed to be executed.