public class UserRequestContextListener extends AbstractRequestContextListener
AbstractRequestContextListener
that ensures the correct initialization of User
s
when working with non-container managed threads on all supported Cloud platforms.RequestContextListener.DefaultPriorities
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_USER |
Constructor and Description |
---|
UserRequestContextListener() |
Modifier and Type | Method and Description |
---|---|
int |
getPriority()
Returns the priority that defines the order in which listeners are invoked.
|
protected Map<String,Property<?>> |
getProperties(RequestContext requestContext) |
requestContextDestroyed, requestContextInitialized
public static final String PROPERTY_USER
public int getPriority()
RequestContextListener
@Nonnull protected Map<String,Property<?>> getProperties(@Nonnull RequestContext requestContext)
getProperties
in class AbstractRequestContextListener
Copyright © 2018 SAP SE. All rights reserved.