Class GetClient
java.lang.Object
net.lightapi.portal.oauth.query.handler.GetClient
- All Implemented Interfaces:
com.networknt.rpc.HybridHandler
Get all client ids belong to one host from a global host key value store. By clicking
each clientId on the UI, one can see the details of the registered client.
- Author:
- Steve Hu
-
Field Summary
FieldsFields inherited from interface com.networknt.rpc.HybridHandler
ERROR_NOT_DEFINED, REQUEST_SUCCESS, STATUS_VALIDATION_ERROR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.networknt.rpc.HybridHandler
getStatus, getStatus, validate
-
Field Details
-
dbProvider
public static net.lightapi.portal.db.PortalDbProvider dbProvider
-
-
Constructor Details
-
GetClient
public GetClient()
-
-
Method Details
-
handle
- Specified by:
handlein interfacecom.networknt.rpc.HybridHandler
-