Class JwksService

    • Constructor Detail

      • JwksService

        public JwksService()
    • Method Detail

      • getPublicVerificationKeys

        @Path("keys")
        @GET
        @Produces("application/json")
        public JsonWebKeys getPublicVerificationKeys()
      • setKeyServiceClient

        public void setKeyServiceClient​(WebClient keyServiceClient)
      • isStripPrivateParameters

        public boolean isStripPrivateParameters()
      • setStripPrivateParameters

        public void setStripPrivateParameters​(boolean stripPrivateParameters)
        Whether to strip private parameters from the keys that are returned. The default is true.