Interface AzureCredentialsConfiguration.IntelliJCredentialConfiguration
- All Superinterfaces:
io.micronaut.core.util.Toggleable
- Enclosing interface:
AzureCredentialsConfiguration
@ConfigurationProperties("intellij")
public static interface AzureCredentialsConfiguration.IntelliJCredentialConfiguration
extends io.micronaut.core.util.Toggleable
The IntelliJ credential configuration.
- Since:
- 3.1
- Author:
- Pavol Gressa
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionSpecifies the KeePass database path to read the cached credentials of Azure toolkit for IntelliJ plugin.The tenant id.Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
-
Field Details
-
NAME
- See Also:
-
ENABLED
- See Also:
-
-
Method Details
-
getTenantId
-
getKeePassDatabasePath
Specifies the KeePass database path to read the cached credentials of Azure toolkit for IntelliJ plugin. The databasePath is required on Windows platform. For macOS and Linux platform native key chain / key ring will be accessed respectively to retrieve the cached credentials.- Returns:
- path to KeePass database
-