Class ThreadContextListener.DefaultPriorities
java.lang.Object
com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
- Enclosing interface:
- ThreadContextListener
The priorities used to order the default listeners provided by the SDK.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The default priority for the AuthTokenThreadContextListenerstatic final int
The default priority for the BasicAuthenticationThreadContextListenerstatic final int
The default priority for custom listenersstatic final int
The default priority for the PrincipalThreadContextListenerstatic final int
The default priority for the RequestHeaderThreadContextListenerstatic final int
The default priority for the SecurityContextThreadContextDecoratorstatic final int
The default priority for the TenantThreadContextListener -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REQUEST_HEADER_LISTENER
public static final int REQUEST_HEADER_LISTENERThe default priority for the RequestHeaderThreadContextListener- See Also:
-
AUTH_TOKEN_LISTENER
public static final int AUTH_TOKEN_LISTENERThe default priority for the AuthTokenThreadContextListener- See Also:
-
SCP_CF_SECURITY_CONTEXT_DECORATOR
public static final int SCP_CF_SECURITY_CONTEXT_DECORATORThe default priority for the SecurityContextThreadContextDecorator- See Also:
-
BASIC_AUTH_LISTENER
public static final int BASIC_AUTH_LISTENERThe default priority for the BasicAuthenticationThreadContextListener- See Also:
-
PRINCIPAL_LISTENER
public static final int PRINCIPAL_LISTENERThe default priority for the PrincipalThreadContextListener- See Also:
-
TENANT_LISTENER
public static final int TENANT_LISTENERThe default priority for the TenantThreadContextListener- See Also:
-
CUSTOM_LISTENER
public static final int CUSTOM_LISTENERThe default priority for custom listeners- See Also:
-
-
Constructor Details
-
DefaultPriorities
public DefaultPriorities()
-