public static class Authentication.HeaderInfo extends Object
WWW-Authenticate (or Proxy-Authenticate) header.| Constructor and Description |
|---|
HeaderInfo(HttpHeader header,
String type,
Map<String,String> params) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase64() |
HttpHeader |
getHeader() |
String |
getParameter(String paramName) |
Map<String,String> |
getParameters() |
String |
getRealm() |
String |
getType() |
public HeaderInfo(HttpHeader header, String type, Map<String,String> params) throws IllegalArgumentException
IllegalArgumentExceptionpublic String getType()
public String getRealm()
public String getBase64()
public Map<String,String> getParameters()
public String getParameter(String paramName)
public HttpHeader getHeader()
Authorization (or Proxy-Authorization) headerCopyright © 2010 - 2020 Adobe. All Rights Reserved