Interface AzureCredentialsConfiguration.UsernamePasswordCredentialConfiguration

Enclosing interface:
AzureCredentialsConfiguration

@ConfigurationProperties("username-password") public static interface AzureCredentialsConfiguration.UsernamePasswordCredentialConfiguration
The username password credential configuration.
  • Field Details

  • Method Details

    • getClientId

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

      @NonNull @NonNull String getUsername()
      Gets the username of the user.
      Returns:
      the username
    • getPassword

      @NonNull @NonNull String getPassword()
      Gets the password of the user.
      Returns:
      the password
    • getTenantId

      Optional<String> getTenantId()
      Gets the tenant ID of the application.
      Returns:
      tenant id