Modifier and Type | Method and Description |
---|---|
protected Map<String,Property<?>> |
ScpNeoAuditLogRequestContextListener.getProperties(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Property<?>> |
DestinationsRequestContextListener.getProperties(RequestContext requestContext) |
protected Map<String,Property<?>> |
ScpNeoDestinationsRequestContextListener.getProperties(RequestContext requestContext) |
void |
DestinationsRequestContextListener.requestContextDestroyed(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Property<?>> |
AuthTokenRequestContextListener.getProperties(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Property<?>> |
ScpNeoSecretStoreRequestContextListener.getProperties(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Property<?>> |
UserRequestContextListener.getProperties(RequestContext requestContext) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRequestContext
This class represents the default implementation of
RequestContext . |
Modifier and Type | Method and Description |
---|---|
RequestContext |
DefaultRequestContextFactory.newRequestContext(javax.servlet.http.HttpServletRequest request) |
RequestContext |
RequestContextFactory.newRequestContext(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
Optional<RequestContext> |
RequestContextFacade.getCurrentRequestContext()
Returns the current
RequestContext , if present. |
static Optional<RequestContext> |
RequestContextAccessor.getCurrentRequestContext() |
Optional<RequestContext> |
ThreadLocalRequestContextFacade.getCurrentRequestContext()
Returns the current
RequestContext , if present. |
Modifier and Type | Method and Description |
---|---|
protected abstract Map<String,Property<?>> |
AbstractRequestContextListener.getProperties(RequestContext requestContext) |
void |
RequestContextListener.requestContextDestroyed(RequestContext requestContext)
Invoked when destroying a
RequestContext . |
void |
AbstractRequestContextListener.requestContextDestroyed(RequestContext requestContext) |
void |
RequestContextListener.requestContextInitialized(RequestContext requestContext)
Invoked when initializing a
RequestContext . |
void |
AbstractRequestContextListener.requestContextInitialized(RequestContext requestContext) |
void |
RequestContextFacade.setCurrentContext(RequestContext requestContext)
Sets the current
RequestContext . |
void |
ThreadLocalRequestContextFacade.setCurrentContext(RequestContext requestContext)
Sets the current
RequestContext . |
ExecutorT |
BaseRequestContextExecutor.withRequestContext(RequestContext requestContext)
The given custom
RequestContext is used for the call made with the BaseRequestContextExecutor.execute(Executable) and
BaseRequestContextExecutor.execute(Callable) methods. |
Constructor and Description |
---|
RequestContextCallable(RequestContext requestContext,
RequestContextListenerChain requestContextListenerChain,
Callable<T> callable)
Default constructor.
|
RequestContextCallable(RequestContext requestContext,
RequestContextListenerChain requestContextListenerChain,
Callable<T> callable,
RequestContext parentRequestContext) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Property<?>> |
TenantRequestContextListener.getProperties(RequestContext requestContext) |
Modifier and Type | Class and Description |
---|---|
class |
HystrixDelegatingRequestContext
Delegated all
RequestContex method calls to the contained delegate, while also initializing and shutting down
a HystrixRequestContext as needed. |
Modifier and Type | Method and Description |
---|---|
Optional<RequestContext> |
HystrixRequestContextFacade.getCurrentRequestContext()
Returns the current
RequestContext , if present. |
Modifier and Type | Method and Description |
---|---|
void |
HystrixRequestContextFacade.setCurrentContext(RequestContext requestContext)
Sets the current
RequestContext . |
Constructor and Description |
---|
HystrixDelegatingRequestContext(RequestContext delegate)
Initializes a
HystrixRequestContext if there is currently none. |
Copyright © 2019 SAP SE. All rights reserved.