Method Summary |
|
public String | getAlgorithm() Returns the Algorithm value of this AuthorizationHeader. |
public String | getCNonce() Returns the CNonce value of this AuthorizationHeader. |
public String | getNonce() Returns the Nonce value of this AuthorizationHeader. |
public int | getNonceCount() Returns the Nonce Count value of this AuthorizationHeader. |
public String | getOpaque() Returns the Opaque value of this AuthorizationHeader. |
public String | getQop() Returns the Qop value of this AuthorizationHeader. |
public String | getRealm() Returns the Realm value of this AuthorizationHeader. |
public String | getResponse() Returns the Response value of this AuthorizationHeader. |
public String | getScheme() Returns the scheme of the Response information for this AuthorizationHeader. |
public URI | getURI() Returns the DigestURI value of this AuthorizationHeader. |
public String | getUsername() Returns the Username value of this AuthorizationHeader. |
public void | setAlgorithm(String algorithm) Sets the Algorithm of the AuthorizationHeader to the new
algorithm parameter value. |
public void | setCNonce(String cNonce) Sets the CNonce of the AuthorizationHeader to the cNonce
parameter value. |
public void | setNonce(String nonce) Sets the Nonce of the AuthorizationHeader to the nonce
parameter value. |
public void | setNonceCount(int nonceCount) Sets the Nonce Count of the AuthorizationHeader to the nonceCount
parameter value. |
public void | setOpaque(String opaque) Sets the Opaque value of the AuthorizationHeader to the new
opaque parameter value. |
public void | setQop(String qop) Sets the MessageQop value of the AuthorizationHeader to the new
qop parameter value. |
public void | setRealm(String realm) Sets the Realm of the AuthorizationHeader to the realm
parameter value. |
public void | setResponse(String response) Sets the Response of the AuthorizationHeader to the new response
parameter value. |
public void | setScheme(String scheme) Sets the scheme of the Response information for this AuthorizationHeader. |
public void | setURI(URI uri) Sets the URI of the AuthorizationHeader to the uri
parameter value. |
public void | setUsername(String username) Sets the Username of the AuthorizationHeader to the username
parameter value. |