Class BasicAuthenticationThreadContextListener

java.lang.Object
com.sap.cloud.sdk.cloudplatform.security.BasicAuthenticationThreadContextListener
All Implemented Interfaces:
ThreadContextListener, Comparable<ThreadContextListener>

public class BasicAuthenticationThreadContextListener extends Object implements ThreadContextListener
ThreadContextListener implementation reading the Basic Authentication Header from the incoming request and storing it in the current ThreadContext.
  • Field Details

    • PROPERTY_BASIC_AUTH_HEADER

      public static final String PROPERTY_BASIC_AUTH_HEADER
      The key of the stored BasicCredentials in the current ThreadContext.
  • Constructor Details

    • BasicAuthenticationThreadContextListener

      public BasicAuthenticationThreadContextListener()
  • Method Details