Example usage for org.apache.shiro.authz.aop AuthorizingAnnotationHandler subclass-usage

List of usage examples for org.apache.shiro.authz.aop AuthorizingAnnotationHandler subclass-usage

Introduction

In this page you can find the example usage for org.apache.shiro.authz.aop AuthorizingAnnotationHandler subclass-usage.

Usage

From source file org.killbill.billing.util.security.PermissionAnnotationHandler.java

public class PermissionAnnotationHandler extends AuthorizingAnnotationHandler {

    private final TenantContext context = new DefaultTenantContext(null);

    @Inject
    SecurityApi securityApi;