Class JwtTokenHandlerInterceptor

  • All Implemented Interfaces:
    org.springframework.web.servlet.HandlerInterceptor

    
    public final class JwtTokenHandlerInterceptor
     implements HandlerInterceptor
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      JwtTokenHandlerInterceptor(AnnotationAttributes attrs, JwtTokenAnnotationHandler h)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler)
      • Methods inherited from class org.springframework.web.servlet.HandlerInterceptor

        afterCompletion, postHandle
      • Methods inherited from class java.lang.Object

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

      • JwtTokenHandlerInterceptor

        JwtTokenHandlerInterceptor(AnnotationAttributes attrs, JwtTokenAnnotationHandler h)
    • Method Detail