Package com.networknt.oauth.key.handler
Class Oauth2KeysGetHandler
- java.lang.Object
-
- com.networknt.oauth.key.handler.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
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_CERTIFICATEstatic StringCONFIG_JWTstatic StringCONFIG_SECURITY
-
Constructor Summary
Constructors Constructor Description Oauth2KeysGetHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-
-
-
Field Detail
-
CONFIG_SECURITY
public static final String CONFIG_SECURITY
- See Also:
- Constant Field Values
-
CONFIG_JWT
public static final String CONFIG_JWT
- See Also:
- Constant Field Values
-
CONFIG_CERTIFICATE
public static final String CONFIG_CERTIFICATE
- See Also:
- Constant Field Values
-
-