Package org.apache.druid.metadata
Interface PasswordProvider
- All Known Implementing Classes:
DefaultPasswordProvider,EnvironmentVariablePasswordProvider
Deprecated.
Implement this for different ways to (optionally securely) access secrets.
Any further use case of extensible configuration/secrets must use
DynamicConfigProvider interface. Users
may still implement this interface for existing use cases till https://github.com/apache/druid/issues/9351 is
resolved.-
Method Summary
-
Method Details
-
getPassword
String getPassword()Deprecated.
-