Class CookieAuthentication

java.lang.Object
org.hisp.dhis.auth.CookieAuthentication
All Implemented Interfaces:
Serializable, Authentication

public class CookieAuthentication extends Object implements Authentication
Class representing cookie authentication.
See Also:
  • Constructor Details

    • CookieAuthentication

      public CookieAuthentication()
  • Method Details

    • getHttpHeaderAuthName

      public String getHttpHeaderAuthName()
      Description copied from interface: Authentication
      Returns the name of the HTTP header to use for authentication.
      Specified by:
      getHttpHeaderAuthName in interface Authentication
      Returns:
      the name of the HTTP header to use for authentication.
    • getHttpHeaderAuthValue

      public String getHttpHeaderAuthValue()
      Description copied from interface: Authentication
      Returns the value of the HTTP header to use for authentication.
      Specified by:
      getHttpHeaderAuthValue in interface Authentication
      Returns:
      the value of the HTTP header to use for authentication.