Modifier and Type | Class and Description |
---|---|
class |
ScpNeoAuditLogThreadContextListener
Implementation of
ThreadContextListener that performs the JNDI lookup of the connectivity configuration and
authentication header service objects on SAP CP Neo. |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientsThreadContextListener
Implementation of
ThreadContextListener that enables the correct use of Destination s when working
with non-container managed threads on all supported Cloud platforms. |
class |
ScpNeoDestinationsThreadContextListener
Implementation of
ThreadContextListener that performs the JNDI lookup of the connectivity configuration and
authentication header service objects on SAP CP Neo. |
Modifier and Type | Class and Description |
---|---|
class |
AuthTokenThreadContextListener
Implementation of
ThreadContextListener that ensures the correct initialization of AuthToken s when
working with non-container managed threads on all supported Cloud platforms. |
class |
BasicAuthenticationThreadContextListener
ThreadContextListener implementation reading the Basic Authentication Header from the incoming request and
storing it in the current ThreadContext . |
class |
SecurityContextThreadContextListener
ThreadContextListener implementation reading the Basic Authentication Header from the incoming request and
storing it in the current ThreadContext . |
Modifier and Type | Class and Description |
---|---|
class |
PrincipalThreadContextListener
Implementation of
ThreadContextListener that ensures the correct initialization of Principal s when
working with non-container managed threads on all supported Cloud platforms. |
Modifier and Type | Class and Description |
---|---|
class |
ScpNeoSecretStoreThreadContextListener
Implementation of
ThreadContextListener that performs the JNDI lookup of the password storage and key store
service objects on SAP CP Neo. |
Modifier and Type | Class and Description |
---|---|
class |
RequestThreadContextListener
Implementation of
ThreadContextListener that ensures that the current
HttpServletRequest |
Modifier and Type | Class and Description |
---|---|
class |
TenantThreadContextListener
Implementation of
ThreadContextListener that ensures the correct initialization of Tenant s when
working with non-container managed threads on all supported Cloud platforms. |
Modifier and Type | Method and Description |
---|---|
static List<ThreadContextListener> |
DefaultThreadContextListenerChain.getDefaultListeners()
Returns all registered default listeners by priority.
|
List<ThreadContextListener> |
AbstractThreadContextExecutor.getListenersOrderedByPriority()
Returns
ThreadContextListener s by their priority. |
List<ThreadContextListener> |
DefaultThreadContextListenerChain.getListenersOrderedByPriority()
Returns all listeners (including default listeners) by priority.
|
List<ThreadContextListener> |
ThreadContextListenerChain.getListenersOrderedByPriority()
Returns all listeners (including default listeners) by priority.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultThreadContextListenerChain.addListener(ThreadContextListener listener)
Adds a
ThreadContextListener . |
void |
ThreadContextListenerChain.addListener(ThreadContextListener listener)
Adds a
ThreadContextListener . |
default int |
ThreadContextListener.compareTo(ThreadContextListener other) |
static void |
DefaultThreadContextListenerChain.registerDefaultListener(ThreadContextListener listener)
Registers a default
ThreadContextListener . |
ExecutorT |
AbstractThreadContextExecutor.withListeners(ThreadContextListener... listeners)
Adds the specified listeners to the life-cycle of the
ThreadContext . |
Modifier and Type | Method and Description |
---|---|
ExecutorT |
AbstractThreadContextExecutor.withListeners(Iterable<ThreadContextListener> listeners)
Adds the specified listeners to the life-cycle of the
ThreadContext . |
Copyright © 2021 SAP SE. All rights reserved.