| java.lang.Object org.w3c.www.http.BasicValue org.w3c.www.http.HttpChallenge
HttpChallenge | HttpChallenge(boolean isValid)(Code) | | |
HttpChallenge | HttpChallenge(boolean isValid, String scheme)(Code) | | |
HttpChallenge | public HttpChallenge()(Code) | | |
getAuthParameter | public String getAuthParameter(String name)(Code) | | Get an authentication parameter.
Parameters: name - The name of the parameter. A String encoded value for this parameter, or null |
getClone | public HttpChallenge getClone()(Code) | | get a copy of the challenge, used to add some output value
without hurting the challenge
the clone of this challenge |
getScheme | public String getScheme()(Code) | | Get the challenge scheme.
A String encoding the challenge scheme identifier. |
setAuthParameter | public void setAuthParameter(String name, String value, boolean quoted)(Code) | | Set an auth parameter value.
Parameters: name - The name of the parameter to set. Parameters: value - The new value for this parameter. Parameters: quoted - If true, the value will be quoted |
setAuthParameter | public void setAuthParameter(String name, String value)(Code) | | Set an auth parameter value.
Parameters: name - The name of the parameter to set. Parameters: value - The new value for this parameter.The value will be quoted |
updateByteValue | protected void updateByteValue()(Code) | | |
|
|