Interface Authentication

All Superinterfaces:
Serializable
All Known Implementing Classes:
AccessTokenAuthentication, BasicAuthentication, CookieAuthentication

public interface Authentication extends Serializable
Authentication interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the HTTP header to use for authentication.
    Returns the value of the HTTP header to use for authentication.
  • Method Details

    • getHttpHeaderAuthName

      String getHttpHeaderAuthName()
      Returns the name of the HTTP header to use for authentication.
      Returns:
      the name of the HTTP header to use for authentication.
    • getHttpHeaderAuthValue

      String getHttpHeaderAuthValue()
      Returns the value of the HTTP header to use for authentication.
      Returns:
      the value of the HTTP header to use for authentication.