Package io.micronaut.azure.credentials
Interface AzureCredentialsConfiguration.ClientCertificateCredentialConfiguration
- Enclosing interface:
- AzureCredentialsConfiguration
@ConfigurationProperties("client-certificate")
public static interface AzureCredentialsConfiguration.ClientCertificateCredentialConfiguration
The client certificate credential configuration.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescription@NonNull String
Gets the client ID of the application.Gets the path of the PEM certificate for authenticating to AAD.@Nullable String
Gets the password protecting the PFX certificate file.Gets the path of the PFX certificate for authenticating to AAD.@NonNull String
Gets the tenant ID of the application.
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
getClientId
Gets the client ID of the application.- Returns:
- the client id
-
getPemCertificatePath
Gets the path of the PEM certificate for authenticating to AAD.- Returns:
- the pem certificate path
-
getPfxCertificatePath
Gets the path of the PFX certificate for authenticating to AAD.- Returns:
- the pfx certificate path
-
getPfxCertificatePassword
Gets the password protecting the PFX certificate file.- Returns:
- the pfx certificate password
-
getTenantId
Gets the tenant ID of the application.- Returns:
- tenant id
-