Class Authentication.HeaderInfo

  • Enclosing interface:
    Authentication

    public static class Authentication.HeaderInfo
    extends Object
    Structure holding information about the WWW-Authenticate (or Proxy-Authenticate) header.
    • Method Detail

      • getType

        public String getType()
        Returns:
        the authentication type (for example "Basic" or "Digest")
      • getRealm

        public String getRealm()
        Returns:
        the realm name
      • getParameters

        public String getParameters()
        Returns:
        additional authentication parameters
      • getHeader

        public HttpHeader getHeader()
        Returns:
        the Authorization (or Proxy-Authorization) header