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
-
Method Details
-
type
String type()The type identifier of the PolarisCredentialManager implementation to use. This corresponds to the@Identifierannotation value on the implementation (e.g., "default").
-