Class HttpAuthHeader


  • public final class HttpAuthHeader
    extends Object
    • Constructor Detail

      • HttpAuthHeader

        public HttpAuthHeader​(String fullHeader)
      • HttpAuthHeader

        public HttpAuthHeader​(List<String> params)
    • Method Detail

      • getRealm

        public String getRealm()
        Extracts the authorization realm from the "WWW-Authenticate" Http response header.
        Returns:
        The realm, or null if it is non-existent.
      • authTypeIsDigest

        public boolean authTypeIsDigest()
      • authTypeIsBasic

        public boolean authTypeIsBasic()
      • authTypeIsNegotiate

        public boolean authTypeIsNegotiate()
      • getAuthType

        public String getAuthType()
      • getFullContent

        public String getFullContent()
      • getFullHeader

        public String getFullHeader()