| Interface | Description |
|---|---|
| CredentialsStorage |
This is the main interface to store and handle credentials.
|
| Encryptor |
Encrypts and decrypts data.
|
| Class | Description |
|---|---|
| AbstractCredentialsTask |
Abstract base class for storage tasks.
|
| ClearCredentialsTask |
Task to to clear the stored credentials for a given service.
|
| Credentials |
A simple credentials POJO that contains username and password.
|
| CredentialsExtension |
The extension class for additional configuration options.
|
| CredentialsProperty |
An instance of the class will be registered as extra property of the Grtadle project.
|
| CredentialsStorage.None |
NoOp implementation of a credential storage.
|
| DisplayCredentialsTask |
Task to display the credentials for a given service.
|
| SetCredentialsTask |
Task to set the credentials for a given service.
|
| SeuacCredentialsPlugin |
SEU-as-code Credentials plugin.
|
| SystemConsole |
Supports I/O opperations.
|
| Enum | Description |
|---|---|
| OperatingSystem |
Enum to represent the supported operating systems.
|
| Exception | Description |
|---|---|
| CredentialsException |
A custom Gradle exception to signal something went wrong with managed Credentials.
|