Class Oauth2ClientClientIdServiceDeleteHandler
- java.lang.Object
-
- com.networknt.oauth.cache.AuditInfoHandler
-
- com.networknt.oauth.client.handler.ClientAuditHandler
-
- com.networknt.oauth.client.handler.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 Summary
Constructors Constructor Description Oauth2ClientClientIdServiceDeleteHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)-
Methods inherited from class com.networknt.oauth.client.handler.ClientAuditHandler
processAudit
-
Methods inherited from class com.networknt.oauth.cache.AuditInfoHandler
clean, saveAudit
-
-