Class RobustJwtAuthFilter

  • All Implemented Interfaces:
    javax.ws.rs.container.ContainerRequestFilter

    public class RobustJwtAuthFilter
    extends java.lang.Object
    implements javax.ws.rs.container.ContainerRequestFilter
    Allows the lazy loading of the public key. This is required because the order of services being stood up cannot be guaranteed.
    • Method Summary

      Modifier and Type Method Description
      void filter​(javax.ws.rs.container.ContainerRequestContext requestContext)  
      • Methods inherited from class java.lang.Object

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

      • RobustJwtAuthFilter

        public RobustJwtAuthFilter​(TokenConfig tokenConfig)
    • Method Detail

      • filter

        public void filter​(javax.ws.rs.container.ContainerRequestContext requestContext)
                    throws java.io.IOException
        Specified by:
        filter in interface javax.ws.rs.container.ContainerRequestFilter
        Throws:
        java.io.IOException