Class ManageSessionSpecV1
java.lang.Object
com.kingsrook.qqq.middleware.javalin.specs.AbstractEndpointSpec<ManageSessionInput,ManageSessionResponseV1,ManageSessionExecutor>
com.kingsrook.qqq.middleware.javalin.specs.v1.ManageSessionSpecV1
public class ManageSessionSpecV1
extends AbstractEndpointSpec<ManageSessionInput,ManageSessionResponseV1,ManageSessionExecutor>
-
Field Summary
Fields inherited from class com.kingsrook.qqq.middleware.javalin.specs.AbstractEndpointSpec
qInstance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildInput
(io.javalin.http.Context context) build the endpoint's input object from a javalin contextboolean
serveRequest
(AbstractMiddlewareVersion abstractMiddlewareVersion, io.javalin.http.Context context) Methods inherited from class com.kingsrook.qqq.middleware.javalin.specs.AbstractEndpointSpec
customizeMethod, defineCompleteOperation, defineMethod, defineRequestParameters, defineResponses, defineRoute, getRequestBodyAsJsonObject, getRequestParam, getRequestParamInteger, getRequestParamMap, handleException, handleOutput, newExecutor, newOutput, setQInstance
-
Constructor Details
-
ManageSessionSpecV1
public ManageSessionSpecV1()
-
-
Method Details
-
defineBasicOperation
-
isSecured
public boolean isSecured()- Overrides:
isSecured
in classAbstractEndpointSpec<ManageSessionInput,
ManageSessionResponseV1, ManageSessionExecutor>
-
serveRequest
public ManageSessionResponseV1 serveRequest(AbstractMiddlewareVersion abstractMiddlewareVersion, io.javalin.http.Context context) throws Exception - Overrides:
serveRequest
in classAbstractEndpointSpec<ManageSessionInput,
ManageSessionResponseV1, ManageSessionExecutor> - Throws:
Exception
-
defineRequestBody
- Overrides:
defineRequestBody
in classAbstractEndpointSpec<ManageSessionInput,
ManageSessionResponseV1, ManageSessionExecutor>
-
buildInput
Description copied from class:AbstractEndpointSpec
build the endpoint's input object from a javalin context- Specified by:
buildInput
in classAbstractEndpointSpec<ManageSessionInput,
ManageSessionResponseV1, ManageSessionExecutor> - Throws:
Exception
-
defineBasicSuccessResponse
-
defineComponentSchemas
-
defineAdditionalBasicResponses
-