- hashCode() - Method in class com.wealdtech.hawk.HawkClient
-
- hashCode() - Method in class com.wealdtech.hawk.HawkClientConfiguration
-
- hashCode() - Method in class com.wealdtech.hawk.HawkCredentials
-
- hashCode() - Method in class com.wealdtech.hawk.HawkServer
-
- hashCode() - Method in class com.wealdtech.hawk.HawkServerConfiguration
-
- Hawk - Class in com.wealdtech.hawk
-
The Hawk class provides helper methods for calculating the MAC, required by
both clients and servers.
- Hawk() - Constructor for class com.wealdtech.hawk.Hawk
-
- Hawk.AuthType - Enum in com.wealdtech.hawk
-
- Hawk.PayloadValidation - Enum in com.wealdtech.hawk
-
- HawkClient - Class in com.wealdtech.hawk
-
- HawkClient.Builder - Class in com.wealdtech.hawk
-
- HawkClient.Builder() - Constructor for class com.wealdtech.hawk.HawkClient.Builder
-
Generate a new builder.
- HawkClient.Builder(HawkClient) - Constructor for class com.wealdtech.hawk.HawkClient.Builder
-
Generate build with all values set from a prior object.
- HawkClientConfiguration - Class in com.wealdtech.hawk
-
Configuration for a Hawk client.
- HawkClientConfiguration() - Constructor for class com.wealdtech.hawk.HawkClientConfiguration
-
Create a client configuration with default values
- HawkClientConfiguration.Builder - Class in com.wealdtech.hawk
-
- HawkClientConfiguration.Builder() - Constructor for class com.wealdtech.hawk.HawkClientConfiguration.Builder
-
Generate a new builder.
- HawkClientConfiguration.Builder(HawkClientConfiguration) - Constructor for class com.wealdtech.hawk.HawkClientConfiguration.Builder
-
Generate build with all values set from a prior configuration.
- HawkCredentials - Class in com.wealdtech.hawk
-
HawkCredentials contains the information required to authenticate requests
requests between a client and server.
- HawkCredentials.Algorithm - Enum in com.wealdtech.hawk
-
- HawkCredentials.Builder - Class in com.wealdtech.hawk
-
Builder class to create a set of Hawk credentials.
- HawkCredentials.Builder() - Constructor for class com.wealdtech.hawk.HawkCredentials.Builder
-
Start a new builder.
- HawkCredentials.Builder(HawkCredentials) - Constructor for class com.wealdtech.hawk.HawkCredentials.Builder
-
Start a new builder, initializing the values with those from an existing
set of credentials.
- HawkServer - Class in com.wealdtech.hawk
-
The Hawk server.
- HawkServer.Builder - Class in com.wealdtech.hawk
-
- HawkServer.Builder() - Constructor for class com.wealdtech.hawk.HawkServer.Builder
-
Generate a new builder.
- HawkServer.Builder(HawkServer) - Constructor for class com.wealdtech.hawk.HawkServer.Builder
-
Generate build with all values set from a prior object.
- HawkServerConfiguration - Class in com.wealdtech.hawk
-
Configuration for a Hawk server.
- HawkServerConfiguration.Builder - Class in com.wealdtech.hawk
-
- HawkServerConfiguration.Builder() - Constructor for class com.wealdtech.hawk.HawkServerConfiguration.Builder
-
Generate a new builder.
- HawkServerConfiguration.Builder(HawkServerConfiguration) - Constructor for class com.wealdtech.hawk.HawkServerConfiguration.Builder
-
Generate build with all values set from a prior object.
- HawkServerConfigurationModule - Class in com.wealdtech.hawk.guice
-
Make Hawk configuration available to Guice
- HawkServerConfigurationModule(HawkServerConfiguration) - Constructor for class com.wealdtech.hawk.guice.HawkServerConfigurationModule
-
- HAWKVERSION - Static variable in class com.wealdtech.hawk.Hawk
-