public class QuarkusResteasyReactiveRequestContext extends VertxResteasyReactiveRequestContext
| Modifier and Type | Field and Description |
|---|---|
(package private) io.quarkus.security.identity.CurrentIdentityAssociation |
association |
context, CONTINUE, preCommitTask, request, response| Constructor and Description |
|---|
QuarkusResteasyReactiveRequestContext(org.jboss.resteasy.reactive.server.core.Deployment deployment,
org.jboss.resteasy.reactive.server.jaxrs.ProvidersImpl providers,
io.vertx.ext.web.RoutingContext context,
org.jboss.resteasy.reactive.spi.ThreadSetupAction requestContext,
org.jboss.resteasy.reactive.server.spi.ServerRestHandler[] handlerChain,
org.jboss.resteasy.reactive.server.spi.ServerRestHandler[] abortHandlerChain,
io.quarkus.security.identity.CurrentIdentityAssociation currentIdentityAssociation) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.ws.rs.core.SecurityContext |
createSecurityContext() |
protected void |
handleRequestScopeActivation() |
void |
handleUnmappedException(Throwable throwable) |
protected void |
handleUnrecoverableError(Throwable throwable) |
addCloseHandler, addResponseHeader, closeConnection, closed, containsRequestHeader, createInputStream, createInputStream, createResponseOutputStream, end, end, end, getAllFormAttributes, getAllQueryParams, getAllRequestHeaders, getAllRequestHeaders, getAllResponseHeaders, getContext, getEventLoop, getFormAttribute, getQueryParam, getRequestAbsoluteUri, getRequestHeader, getRequestHost, getRequestMethod, getRequestNormalisedPath, getRequestPath, getRequestScheme, handle, headWritten, isRequestEnded, pauseRequestInput, query, queryParamNames, registerTimer, resumeRequestInput, serverRequest, serverResponse, setChunked, setExpectMultipart, setPreCommitListener, setReadListener, setResponseHeader, setResponseHeader, setStatusCode, unwrap, vertxServerRequest, vertxServerResponse, write, writeabortWith, close, getAbsoluteURI, getAdditionalAnnotations, getAllAnnotations, getAsyncResponse, getAuthority, getConsumesMediaType, getContainerRequestContext, getContainerResponseContext, getCookieParameter, getDeployment, getEndpointInstance, getEntityWriter, getFormParameter, getGenericReturnType, getHeader, getHttpHeaders, getInputStream, getMatchedURIs, getMatrixParameter, getMethod, getMethodAnnotations, getOrCreateOutputStream, getOutputStream, getParameters, getPath, getPathParam, getPathParameter, getPathSegments, getPathWithoutPrefix, getProviders, getQueryParameter, getReaderInterceptors, getRemaining, getRequest, getRequestEntity, getResourceLocatorPathParam, getResponse, getResponseContentType, getResponseEntity, getResponseMediaType, getResteasyReactiveResourceInfo, getResult, getScheme, getSecurityContext, getSseEventSink, getTarget, getThrowable, getUriInfo, getWriterInterceptors, hasGenericReturnType, hasInputStream, initPathSegments, isSecurityContextSet, mapExceptionIfPresent, requestScopeDeactivated, resetBuildTimeSerialization, restart, restart, restarted, saveUriMatchState, securityContextUpdated, setAdditionalAnnotations, setAllAnnotations, setAsyncResponse, setConsumesMediaType, setEndpointInstance, setEntityWriter, setGenericReturnType, setInputStream, setMaxPathParams, setMethod, setMethodAnnotations, setOutputStream, setPathParamValue, setReaderInterceptors, setRemaining, setRequestEntity, setRequestUri, setResponse, setResponseContentType, setResponseContentType, setResult, setSecurityContext, setSseEventSink, setUriInfo, setWriterInterceptorsbeginAsyncProcessing, getAbortHandlerChain, getHandlers, getPosition, getProperty, getPropertyNames, handleException, handleException, isRequestScopeManagementRequired, isRunning, isSuspended, registerCompletionCallback, registerConnectionCallback, removeProperty, requireCDIRequestScope, restart, restart, resume, resume, resume, run, setAbortHandlerChain, setPosition, setProperty, setRunning, setSuspended, suspendpublic QuarkusResteasyReactiveRequestContext(org.jboss.resteasy.reactive.server.core.Deployment deployment,
org.jboss.resteasy.reactive.server.jaxrs.ProvidersImpl providers,
io.vertx.ext.web.RoutingContext context,
org.jboss.resteasy.reactive.spi.ThreadSetupAction requestContext,
org.jboss.resteasy.reactive.server.spi.ServerRestHandler[] handlerChain,
org.jboss.resteasy.reactive.server.spi.ServerRestHandler[] abortHandlerChain,
io.quarkus.security.identity.CurrentIdentityAssociation currentIdentityAssociation)
protected void handleRequestScopeActivation()
handleRequestScopeActivation in class org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContextprotected javax.ws.rs.core.SecurityContext createSecurityContext()
createSecurityContext in class org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContextprotected void handleUnrecoverableError(Throwable throwable)
handleUnrecoverableError in class org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContextpublic void handleUnmappedException(Throwable throwable)
handleUnmappedException in class org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContextCopyright © 2021 JBoss by Red Hat. All rights reserved.