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