Class JwtTokenVerifier

    • Constructor Detail

      • JwtTokenVerifier

        public JwtTokenVerifier()
    • Method Detail

      • verify

        public abstract org.springframework.security.core.Authentication verify​(javax.servlet.http.HttpServletRequest request)
        Parameters:
        request - Incoming HTTP request that may (or may not) contains JWT token that we are trying to process
        Returns:
        null if the request doesn't contain JWT token, in which case the HTTP request will proceed normally (for example the HTTP session might establish the identity of the user.)