Class MCRJWTResource

java.lang.Object
org.mycore.frontend.jersey.resources.MCRJWTResource

@Path("/jwt") public class MCRJWTResource extends Object
Author:
Thomas Scheffler (yagee)
  • Field Details

  • Constructor Details

    • MCRJWTResource

      public MCRJWTResource()
  • Method Details

    • getTokenFromSession

      @GET @Produces("application/json; charset=UTF-8") public jakarta.ws.rs.core.Response getTokenFromSession() throws IOException
      Throws:
      IOException
    • validate

      public static void validate(String token) throws com.auth0.jwt.exceptions.JWTVerificationException
      Throws:
      com.auth0.jwt.exceptions.JWTVerificationException