Class TokenValidationInterceptor

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

    public class TokenValidationInterceptor
    extends SkippableInterceptor
    This interceptor verifies that access token which was used for authentication is still valid. In the future we may need to add a special API to our authentication modules to initiate this check from the AuthenticationInterceptor.