Modifier and Type | Class and Description |
---|---|
class |
ScpNeoAuditLogRequestContextListener
Implementation of
AbstractRequestContextListener that performs the JNDI lookup of the connectivity
configuration and authentication header service objects on SCP Neo. |
Modifier and Type | Class and Description |
---|---|
class |
DestinationsRequestContextListener
Implementation of
AbstractRequestContextListener that enables the correct use of Destination s when
working with non-container managed threads on all supported Cloud platforms. |
class |
ScpNeoDestinationsRequestContextListener
Implementation of
AbstractRequestContextListener that performs the JNDI lookup of the connectivity
configuration and authentication header service objects on SCP Neo. |
Modifier and Type | Class and Description |
---|---|
class |
AuthTokenRequestContextListener
Implementation of
AbstractRequestContextListener that obtain the current JWT bearer from the Authorization
header of the current request when working with non-container managed threads on SAP Cloud Platform Cloud Foundry. |
Modifier and Type | Class and Description |
---|---|
class |
ScpNeoSecretStoreRequestContextListener
Implementation of
AbstractRequestContextListener that performs the JNDI lookup of the password storage and
key store service objects on SCP Neo. |
Modifier and Type | Class and Description |
---|---|
class |
UserRequestContextListener
Implementation of
AbstractRequestContextListener that ensures the correct initialization of User s
when working with non-container managed threads on all supported Cloud platforms. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRequestContextListener
Abstract base class for
RequestContextListener s that store a certain map of properties in a
RequestContext . |
Modifier and Type | Method and Description |
---|---|
Collection<RequestContextListener> |
RequestContextListenerChain.getListeners() |
Collection<RequestContextListener> |
RequestContextListenerChain.getListenersReverseOrdering() |
Modifier and Type | Method and Description |
---|---|
static void |
RequestContextListenerChain.addDefaultListener(RequestContextListener listener)
Registers a default
RequestContextListener . |
static void |
RequestContextListenerChain.removeDefaultListener(RequestContextListener listener)
Unregisters a default
RequestContextListener . |
RequestContextListenerChainBuilder |
RequestContextListenerChainBuilder.withListeners(RequestContextListener... listeners) |
RequestContextExecutor |
RequestContextExecutor.withListeners(RequestContextListener... listeners) |
Constructor and Description |
---|
RequestContextListenerChain(PriorityQueue<RequestContextListener> requestContextListeners) |
Modifier and Type | Class and Description |
---|---|
class |
TenantRequestContextListener
Implementation of
AbstractRequestContextListener that ensures the correct initialization of Tenant s
when working with non-container managed threads on all supported Cloud platforms. |
Copyright © 2018 SAP SE. All rights reserved.