Method Summary |
|
public String | getAlgorithm() Returns the Algorithm value of this WWWAuthenicateHeader. |
public String | getDomain() Returns the Domain value of this WWWAuthenicateHeader. |
public String | getNonce() Returns the Nonce value of this WWWAuthenicateHeader. |
public String | getOpaque() Returns the Opaque value of this WWWAuthenicateHeader. |
public String | getQop() Returns the Qop value of this WWWAuthenicateHeader. |
public String | getRealm() Returns the Realm value of this WWWAuthenicateHeader. |
public String | getScheme() Returns the scheme of the challenge information for this WWWAuthenticateHeader. |
public URI | getURI() Returns the URI value of this WWWAuthenicateHeader, for example DigestURI. |
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 | 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 | setOpaque(String opaque) Sets the Opaque value of the WWWAuthenicateHeader to the new
opaque parameter value. |
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 | setScheme(String scheme) Sets the scheme of the challenge information for this WWWAuthenticateHeader. |
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. |