Class JwkRestWebServiceImpl

java.lang.Object
io.jans.as.server.jwk.ws.rs.JwkRestWebServiceImpl
All Implemented Interfaces:
JwkRestWebService

@Path("/") public class JwkRestWebServiceImpl extends Object implements JwkRestWebService
Provides interface for JWK REST web services
Version:
June 15, 2016
Author:
Javier Rojas Blum
  • Constructor Details

    • JwkRestWebServiceImpl

      public JwkRestWebServiceImpl()
  • Method Details

    • requestJwk

      public jakarta.ws.rs.core.Response requestJwk(jakarta.ws.rs.core.SecurityContext sec)
      Description copied from interface: JwkRestWebService
      The JWK endpoint.
      Specified by:
      requestJwk in interface JwkRestWebService
      Parameters:
      sec - An injectable interface that provides access to security related information.
      Returns:
      The JSON Web Key data structure JWK. A JWK consists of a JWK Container Object, which is a JSON object that contains an array of JWK Key Objects as a member.