Class ThreadContextListener.DefaultPriorities

java.lang.Object
com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
Enclosing interface:
ThreadContextListener

public static class ThreadContextListener.DefaultPriorities extends Object
The priorities used to order the default listeners provided by the SDK.
  • Field Details

    • REQUEST_HEADER_LISTENER

      public static final int REQUEST_HEADER_LISTENER
      The default priority for the RequestHeaderThreadContextListener
      See Also:
    • AUTH_TOKEN_LISTENER

      public static final int AUTH_TOKEN_LISTENER
      The default priority for the AuthTokenThreadContextListener
      See Also:
    • SCP_CF_SECURITY_CONTEXT_DECORATOR

      public static final int SCP_CF_SECURITY_CONTEXT_DECORATOR
      The default priority for the SecurityContextThreadContextDecorator
      See Also:
    • BASIC_AUTH_LISTENER

      public static final int BASIC_AUTH_LISTENER
      The default priority for the BasicAuthenticationThreadContextListener
      See Also:
    • PRINCIPAL_LISTENER

      public static final int PRINCIPAL_LISTENER
      The default priority for the PrincipalThreadContextListener
      See Also:
    • TENANT_LISTENER

      public static final int TENANT_LISTENER
      The default priority for the TenantThreadContextListener
      See Also:
    • CUSTOM_LISTENER

      public static final int CUSTOM_LISTENER
      The default priority for custom listeners
      See Also:
  • Constructor Details

    • DefaultPriorities

      public DefaultPriorities()