Interface PolarisCredentialManagerConfiguration


@StaticInitSafe @ConfigMapping(prefix="polaris.credential-manager") public interface PolarisCredentialManagerConfiguration
Quarkus configuration mapping for Polaris Credential Manager.

Defines which PolarisCredentialManager implementation should be used at runtime. This allows switching between different credential management strategies via configuration.

  • Method Summary

    Modifier and Type
    Method
    Description
    The type identifier of the PolarisCredentialManager implementation to use.
  • Method Details

    • type

      String type()
      The type identifier of the PolarisCredentialManager implementation to use. This corresponds to the @Identifier annotation value on the implementation (e.g., "default").