java.lang.Object | ||
↳ | org.apache.http.impl.auth.AuthSchemeBase | |
↳ | org.apache.http.impl.auth.RFC2617Scheme |
Known Direct Subclasses |
This class is deprecated.
Please use openConnection()
instead.
Please visit this webpage
for further details.
Abstract authentication scheme class that lays foundation for all RFC 2617 compliant authetication schemes and provides capabilities common to all authentication schemes defined in RFC 2617.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor for RFC2617 compliant authetication schemes.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns authentication parameter with the given name, if available.
| |||||||||||
Returns authentication realm.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns authentication parameters map.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.http.impl.auth.AuthSchemeBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.apache.http.auth.AuthScheme
|
Default constructor for RFC2617 compliant authetication schemes.
Returns authentication parameter with the given name, if available.
name | The name of the parameter to be returned |
---|
Returns authentication realm. The realm may not be null.
Returns authentication parameters map. Keys in the map are lower-cased.
MalformedChallengeException |
---|