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.

Author:
J-C Desrochers

Constructor Summary
ShiroAnnotationAuthorizingAspect()
           
 
Method Summary
 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

executeAnnotatedMethod

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


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