Package org.gcube.service.idm.rest
Class JwtAPI
- java.lang.Object
-
- org.gcube.service.idm.rest.JwtAPI
-
@Path("jwt") public class JwtAPI extends Object
-
-
Constructor Summary
Constructors Constructor Description JwtAPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.ResponsegetDecodedJwtAuth()jakarta.ws.rs.core.ResponsegetDecodedJwtToken(String token)
-
-
-
Method Detail
-
getDecodedJwtToken
@GET @Path("/decode") @Produces("application/json") public jakarta.ws.rs.core.Response getDecodedJwtToken(@QueryParam("token") String token)
-
getDecodedJwtAuth
@GET @Path("/auth") @Produces({"application/json;charset=UTF-8","application/vnd.api+json"}) public jakarta.ws.rs.core.Response getDecodedJwtAuth()
-
-