Class org.apache.http.impl.auth.RFC2617Scheme
The superclass changed from java.lang.Object
to org.apache.http.impl.auth.AuthSchemeBase
.
Removed interface org.apache.http.auth.AuthScheme
.
Changed Methods
|
Map<String, String> getParameters()
|
Change in return type from Map to (Map<String, String> ).
|
Returns authentication parameters map. |
boolean isProxy()
|
Method was locally defined, but is now inherited from AuthSchemeBase.
|
Returns true if authenticating against a proxy, false
otherwise. |
void processChallenge(Header )
|
Method was locally defined, but is now inherited from AuthSchemeBase.
|
Processes the given challenge token. |