Interface Headers.Authorization

All Superinterfaces:
Header
Enclosing class:
Headers

public static interface Headers.Authorization extends Header

Authorization HTTP header as defined by RFC 7235 Section 4.2.

Since:
1.5
Author:
Jeremy Kuhn
  • Field Details Link icon

  • Method Details Link icon

    • getAuthScheme Link icon

      String getAuthScheme()

      Returns the authentication scheme.

      Returns:
      the authentication scheme
    • getParameters Link icon

      Map<String,String> getParameters()

      Returns authentication parameters.

      Returns:
      the authentication parameters map
    • getToken Link icon

      String getToken()

      Returns the base64-encoded authentication token.

      Returns:
      the authentication token