Class GlobalTokenRevocationRestWebService


  • @Path("/")
    public class GlobalTokenRevocationRestWebService
    extends Object
    Author:
    Yuriy Z
    • Constructor Detail

      • GlobalTokenRevocationRestWebService

        public GlobalTokenRevocationRestWebService()
    • Method Detail

      • requestGlobalTokenRevocation

        @POST
        @Path("/global-token-revocation")
        @Consumes("application/json")
        @Produces("application/json")
        public jakarta.ws.rs.core.Response requestGlobalTokenRevocation​(String requestAsString)