java.lang.Object | ||
↳ | org.apache.http.impl.auth.AuthSchemeBase | |
↳ | org.apache.http.impl.auth.RFC2617Scheme |
![]() |
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
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 |
---|