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) |
ExecutorT |
BaseRequestContextExecutor.withListeners(RequestContextListener... listeners)
Adds the specified listeners to the life-cycle of the
RequestContext . |
Modifier and Type | Method and Description |
---|---|
RequestContextListenerChainBuilder |
RequestContextListenerChainBuilder.removeListeners(Collection<Class<? extends RequestContextListener>> listenerClasses) |
ExecutorT |
BaseRequestContextExecutor.withoutListener(Class<? extends RequestContextListener> listener)
Removes the listener with the specified class from the life-cycle of the
RequestContext . |
ExecutorT |
BaseRequestContextExecutor.withoutListeners(Collection<Class<? extends RequestContextListener>> listeners)
Removes the listeners with any of the specified classes from the life-cycle of the
RequestContext . |
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.