Java org.apache.shiro.authz.aop AuthorizingAnnotationHandler fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.authz.aop AuthorizingAnnotationHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.authz.aop AuthorizingAnnotationHandler.

The text is from its open source code.

Subclass

org.apache.shiro.authz.aop.AuthorizingAnnotationHandler has subclasses.
Click this link to see all its subclasses.

Method

voidassertAuthorized(Annotation a)
Ensures the calling Subject is authorized to execute based on the directive(s) found in the given annotation.