| Interface | Description |
|---|---|
| CredentialsFetcher |
The credential fetcher is responsible to retrieve the
Credentials from the remote server. |
| CredentialsStore |
The credentials store is responsible to store the
Credentials in a way that a destruction
of the CredentialsProvider can be filled with the Credentials when it is
restored. |
| Class | Description |
|---|---|
| Credentials |
The credentials represents the authentication details which allows to invoke the wallee API.
|
| CredentialsProvider |
The credentials provider is responsible to manage and store the
Credentials. |
| SimpleCredentialsStore |
A minimal implementation of
CredentialsStore which does store the credentials in a member
variable. |
| Exception | Description |
|---|---|
| InvalidCredentialsException |
This exception is thrown when the
Credentials are invalid. |