org.apache.shiro.aspectj
Class ShiroAnnotationAuthorizingAspect

java.lang.Object
  extended by org.apache.shiro.aspectj.ShiroAnnotationAuthorizingAspect

public class ShiroAnnotationAuthorizingAspect
extends Object

Aspect that adds a before advice for each invocation of an annotated method.


Constructor Summary
ShiroAnnotationAuthorizingAspect()
           
 
Method Summary
 void anyShiroAnnotatedMethod()
           
 void executeAnnotatedMethod(org.aspectj.lang.JoinPoint thisJoinPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShiroAnnotationAuthorizingAspect

public ShiroAnnotationAuthorizingAspect()
Method Detail

anyShiroAnnotatedMethod

public void anyShiroAnnotatedMethod()

executeAnnotatedMethod

public void executeAnnotatedMethod(org.aspectj.lang.JoinPoint thisJoinPoint)
                            throws Throwable
Throws:
Throwable


Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.