Class MethodInvocationImpl
java.lang.Object
org.duracloud.account.db.util.security.impl.MethodInvocationImpl
- All Implemented Interfaces:
org.aopalliance.intercept.Invocation,org.aopalliance.intercept.Joinpoint,org.aopalliance.intercept.MethodInvocation
public class MethodInvocationImpl
extends Object
implements org.aopalliance.intercept.MethodInvocation
This class provides an implementation of the aopalliance MethodInvocation
for use in AccessDecisionVoter security checks in cases where the
application context is not managing the security AOP.
- Author:
- Andrew Woods Date: 4/8/11
-
Constructor Details
-
MethodInvocationImpl
-
-
Method Details
-
getMethod
- Specified by:
getMethodin interfaceorg.aopalliance.intercept.MethodInvocation
-
getArguments
- Specified by:
getArgumentsin interfaceorg.aopalliance.intercept.Invocation
-
getThis
- Specified by:
getThisin interfaceorg.aopalliance.intercept.Joinpoint
-
proceed
- Specified by:
proceedin interfaceorg.aopalliance.intercept.Joinpoint- Throws:
Throwable
-
getStaticPart
- Specified by:
getStaticPartin interfaceorg.aopalliance.intercept.Joinpoint
-