public interface AuthorizationHeader extends Parameters, Header
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getCNonce() |
String |
getNonce() |
int |
getNonceCount() |
String |
getOpaque() |
String |
getQop() |
String |
getRealm() |
String |
getResponse() |
String |
getScheme() |
URI |
getURI() |
String |
getUsername() |
void |
setAlgorithm(String algorithm) |
void |
setCNonce(String cNonce) |
void |
setNonce(String nonce) |
void |
setNonceCount(int nonceCount) |
void |
setOpaque(String opaque) |
void |
setQop(String qop) |
void |
setRealm(String realm) |
void |
setResponse(String response) |
void |
setScheme(String scheme) |
void |
setURI(URI uri) |
void |
setUsername(String username) |
getParameter, getParameterNames, removeParameter, setParameterstatic final String NAME
void setScheme(String scheme)
String getScheme()
void setRealm(String realm) throws ParseException
ParseExceptionString getRealm()
void setUsername(String username) throws ParseException
ParseExceptionString getUsername()
void setNonce(String nonce) throws ParseException
ParseExceptionString getNonce()
void setURI(URI uri)
URI getURI()
void setResponse(String response) throws ParseException
ParseExceptionString getResponse()
void setAlgorithm(String algorithm) throws ParseException
ParseExceptionString getAlgorithm()
void setCNonce(String cNonce) throws ParseException
ParseExceptionString getCNonce()
void setOpaque(String opaque) throws ParseException
ParseExceptionString getOpaque()
void setQop(String qop) throws ParseException
ParseExceptionString getQop()
void setNonceCount(int nonceCount)
throws ParseException
ParseExceptionint getNonceCount()
Copyright © 2016. All rights reserved.