Class AuthPointcut

  • All Implemented Interfaces:
    org.springframework.aop.Pointcut

    public class AuthPointcut
    extends java.lang.Object
    implements org.springframework.aop.Pointcut
    • Field Summary

      • Fields inherited from interface org.springframework.aop.Pointcut

        TRUE
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthPointcut()  
      AuthPointcut​(org.springframework.aop.Pointcut pointcut)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.aop.ClassFilter getClassFilter()  
      org.springframework.aop.MethodMatcher getMethodMatcher()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AuthPointcut

        public AuthPointcut()
      • AuthPointcut

        public AuthPointcut​(org.springframework.aop.Pointcut pointcut)
    • Method Detail

      • getClassFilter

        @NotNull
        public org.springframework.aop.ClassFilter getClassFilter()
        Specified by:
        getClassFilter in interface org.springframework.aop.Pointcut
      • getMethodMatcher

        @NotNull
        public org.springframework.aop.MethodMatcher getMethodMatcher()
        Specified by:
        getMethodMatcher in interface org.springframework.aop.Pointcut