Class Oauth2ClientClientIdServiceServiceIdGetHandler
- java.lang.Object
-
- com.networknt.oauth.cache.AuditInfoHandler
-
- com.networknt.oauth.client.handler.ClientAuditHandler
-
- com.networknt.oauth.client.handler.Oauth2ClientClientIdServiceServiceIdGetHandler
-
- All Implemented Interfaces:
com.networknt.handler.LightHttpHandler,io.undertow.server.HttpHandler
public class Oauth2ClientClientIdServiceServiceIdGetHandler extends ClientAuditHandler implements com.networknt.handler.LightHttpHandler
get a list of endpoints of a service linked to a client- Author:
- Steve Hu
-
-
Constructor Summary
Constructors Constructor Description Oauth2ClientClientIdServiceServiceIdGetHandler()
-
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
-
-