Interface AzureCredentialsConfiguration.ClientCertificateCredentialConfiguration

Enclosing interface:
AzureCredentialsConfiguration

@ConfigurationProperties("client-certificate") public static interface AzureCredentialsConfiguration.ClientCertificateCredentialConfiguration
The client certificate credential configuration.
  • Field Details

  • Method Details

    • getClientId

      @NonNull @NonNull String getClientId()
      Gets the client ID of the application.
      Returns:
      the client id
    • getPemCertificatePath

      Optional<String> getPemCertificatePath()
      Gets the path of the PEM certificate for authenticating to AAD.
      Returns:
      the pem certificate path
    • getPfxCertificatePath

      Optional<String> getPfxCertificatePath()
      Gets the path of the PFX certificate for authenticating to AAD.
      Returns:
      the pfx certificate path
    • getPfxCertificatePassword

      @Nullable @Nullable String getPfxCertificatePassword()
      Gets the password protecting the PFX certificate file.
      Returns:
      the pfx certificate password
    • getTenantId

      @NonNull @NonNull String getTenantId()
      Gets the tenant ID of the application.
      Returns:
      tenant id