Class Oauth2ClientClientIdServiceDeleteHandler

  • All Implemented Interfaces:
    com.networknt.handler.LightHttpHandler, io.undertow.server.HttpHandler

    public class Oauth2ClientClientIdServiceDeleteHandler
    extends ClientAuditHandler
    implements com.networknt.handler.LightHttpHandler
    delete all services and endpoints for a client. It is a very dangerous API and be careful. It is supposed to be used only when a client is retired.
    Author:
    Steve Hu
    • Constructor Detail

      • Oauth2ClientClientIdServiceDeleteHandler

        public Oauth2ClientClientIdServiceDeleteHandler()
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws Exception
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Throws:
        Exception