| Interface | Description |
|---|---|
| CredHubOperations |
Specifies the main interaction with CredHub to save, generate, retrieve,
and delete credentials.
|
| RestOperationsCallback<T> |
A callback for executing arbitrary operations on
RestOperations. |
| Class | Description |
|---|---|
| CredHubClient |
Factory for creating a
RestTemplate configured for communication with
a CredHub server. |
| CredHubProperties |
Properties containing information about a CredHub server.
|
| CredHubTemplate |
Implements the main interaction with CredHub to save, retrieve,
and delete credentials.
|
| OAuth2CredHubTemplate |
Superclass of
CredHubTemplate. |
| Exception | Description |
|---|---|
| CredHubException |
Exception class to capture errors specific to CredHub communication.
|