Method Summary |
|
public Object | clone() Clone - do a deep copy. |
public String | encodeBody() Encodes in canonical form. |
public boolean | equals(Object that) Compares for equivalence. |
public String | getAlgorithm() Returns the Algorithm value of this WWWAuthenicateHeader. |
public String | getCNonce() Get the CNonce. |
public String | getDomain() Returns the Domain value of this WWWAuthenicateHeader. |
public String | getNonce() Returns the Nonce value of this WWWAuthenicateHeader. |
public int | getNonceCount() Counts the nonce. |
public String | getOpaque() Returns the Opaque value of this WWWAuthenicateHeader. |
public String | getParameter(String name) Returns the value of the named parameter, or null if it is not set. |
public String | getQop() Returns the Qop value of this WWWAuthenicateHeader. |
public String | getRealm() Returns the Realm value of this WWWAuthenicateHeader. |
public String | getResponse() Gets the RESPONSE value (or null if it does not exist). |
public String | getScheme() Returns the scheme of the challenge information for this
AuthenticationHeaderHeader. |
public URI | getURI() Returns the URI value of this WWWAuthenicateHeader,
for example DigestURI. |
public String | getUsername() Returns the Username value of this AuthorizationHeader. |
public Object | getValue() Gets the value of the header (just returns the scheme). |
public boolean | isStale() Returns the boolean value of the state paramater of this
WWWAuthenicateHeader. |
public void | setAlgorithm(String algorithm) Sets the Algorithm of the WWWAuthenicateHeader to the new
algorithm parameter value. |
public void | setCNonce(String cnonce) Set the CNonce. |
public void | setDomain(String domain) Sets the Domain of the WWWAuthenicateHeader to the domain
parameter value. |
public void | setNonce(String nonce) Sets the Nonce of the WWWAuthenicateHeader to the nonce
parameter value. |
public void | setNonceCount(int nonceCount) Set the nonce count parameter. |
public void | setOpaque(String opaque) Sets the Opaque value of the WWWAuthenicateHeader to the new
opaque parameter value. |
public void | setParameter(NameValue nv) Sets the specified parameter. |
public void | setParameter(String name, String value) Sets the specified parameter. |
public void | setQop(String qop) Sets the Qop value of the WWWAuthenicateHeader to the new
qop parameter value. |
public void | setRealm(String realm) Sets the Realm of the WWWAuthenicateHeader to the realm
parameter value. |
public void | setResponse(String response) Sets the Response. |
public void | setScheme(String scheme) Sets the scheme of the challenge information for this
AuthenticationHeaderHeader. |
public void | setStale(boolean stale) Sets the value of the stale parameter of the WWWAuthenicateHeader to the
stale parameter value. |
public void | setURI(URI uri) Sets the URI of the WWWAuthenicateHeader to the uri
parameter value. |
public void | setUsername(String username) Sets the Username of the AuthorizationHeader to
the username parameter value. |