Example usage for org.apache.shiro.aop MethodInvocation interface-usage

List of usage examples for org.apache.shiro.aop MethodInvocation interface-usage

Introduction

In this page you can find the example usage for org.apache.shiro.aop MethodInvocation interface-usage.

Usage

From source file fathom.shiro.aop.AopAllianceMethodInvocationAdapter.java

/**
 * Adapts a Shiro {@link org.apache.shiro.aop.MethodInvocation MethodInvocation} to an AOPAlliance
 * {@link org.aopalliance.intercept.MethodInvocation}.
 */
class AopAllianceMethodInvocationAdapter implements org.apache.shiro.aop.MethodInvocation {
    private final MethodInvocation mi;

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

public class AopAllianceMethodInvocationAdapter implements org.apache.shiro.aop.MethodInvocation {

    private final MethodInvocation mi;

    public AopAllianceMethodInvocationAdapter(final MethodInvocation mi) {
        this.mi = mi;