- HttpSignatureAuthenticationStrategy - Class in com.joyent.http.signature.apache.httpclient
-
AuthenticationStrategy implementation that allows the Apache HTTP
Client to authenticate via the HTTP Signature scheme.
- HttpSignatureAuthenticationStrategy(Lookup<AuthSchemeProvider>, Credentials) - Constructor for class com.joyent.http.signature.apache.httpclient.HttpSignatureAuthenticationStrategy
-
Create a new instance using a provider found via a Lookup.
- HttpSignatureAuthenticationStrategy(AuthScheme, Credentials) - Constructor for class com.joyent.http.signature.apache.httpclient.HttpSignatureAuthenticationStrategy
-
Creates a new instance using the passed authentication scheme.
- HttpSignatureAuthScheme - Class in com.joyent.http.signature.apache.httpclient
-
Apache HTTP Client plugin that allows for HTTP Signature based authentication.
- HttpSignatureAuthScheme(KeyPair, boolean) - Constructor for class com.joyent.http.signature.apache.httpclient.HttpSignatureAuthScheme
-
Creates a new instance allowing for HTTP signing.
- HttpSignatureAuthScheme(KeyPair) - Constructor for class com.joyent.http.signature.apache.httpclient.HttpSignatureAuthScheme
-
Creates a new instance allowing for HTTP signing.
- HttpSignatureAuthSchemeProvider - Class in com.joyent.http.signature.apache.httpclient
-
- HttpSignatureAuthSchemeProvider(KeyPair, boolean) - Constructor for class com.joyent.http.signature.apache.httpclient.HttpSignatureAuthSchemeProvider
-
Create a new instance of the provider.
- HttpSignatureAuthSchemeProviderLookup - Class in com.joyent.http.signature.apache.httpclient
-
Lookup implementation that provides a
default mapping to an HTTP signatures
AuthSchemeProvider.
- HttpSignatureAuthSchemeProviderLookup(HttpSignatureAuthSchemeProvider) - Constructor for class com.joyent.http.signature.apache.httpclient.HttpSignatureAuthSchemeProviderLookup
-
Create a new instance of the lookup with the passed provider.
- HttpSignatureAuthSchemeProviderLookup(KeyPair, boolean) - Constructor for class com.joyent.http.signature.apache.httpclient.HttpSignatureAuthSchemeProviderLookup
-
Create a new instance of the lookup with a new provider setup with the
passed key.