Class ShiroAnnotationAuthorizingAspect


  • public class ShiroAnnotationAuthorizingAspect
    extends Object
    Aspect that adds a before advice for each invocation of an annotated method.
    • Constructor Detail

      • ShiroAnnotationAuthorizingAspect

        public ShiroAnnotationAuthorizingAspect()
    • Method Detail

      • anyShiroAnnotatedMethod

        public void anyShiroAnnotatedMethod()
      • executeAnnotatedMethod

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