See: Description
| Class | Description |
|---|---|
| HttpSignatureAuthenticationStrategy |
AuthenticationStrategy implementation that allows the Apache HTTP
Client to authenticate via the HTTP Signature scheme. |
| HttpSignatureAuthScheme |
Apache HTTP Client plugin that allows for HTTP Signature based authentication.
|
| HttpSignatureAuthSchemeProvider |
Provides an new instance of
HttpSignatureAuthScheme. |
| HttpSignatureAuthSchemeProviderLookup |
Lookup implementation that provides a
default mapping to an HTTP signatures
AuthSchemeProvider. |
| HttpSignatureConfigurator |
Configuration helper class for configuring a
HttpClientBuilder to use
HTTP Signatures authentication. |
| HttpSignatureRequestInterceptor |
Alternative to HTTP Client
AuthScheme approach
that uses a HttpRequestInterceptor to perform
HTTP signature authentication. |
AuthScheme
implementation implemented as HttpSignatureAuthScheme and
a HttpRequestInterceptor implementation implemented
as HttpSignatureRequestInterceptor.
Both classes are valid ways of implementing HTTP Signatures with the Apache
Commons HTTP Client. Depending on your application one implementation may
be better than another.Copyright © 2015–2020 Joyent. All rights reserved.