Class Oauth2KeysGetHandler

  • All Implemented Interfaces:
    com.networknt.handler.LightHttpHandler, io.undertow.server.HttpHandler

    public class Oauth2KeysGetHandler
    extends Object
    implements com.networknt.handler.LightHttpHandler
    Get jwks from the primary.crt and secondary.crt file as this is the standard way to support jwk resolver in the security.yml and its framework specific security config.
    Author:
    Steve Hu
    • Constructor Detail

      • Oauth2KeysGetHandler

        public Oauth2KeysGetHandler()
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws Exception
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Throws:
        Exception