Package org.apache.druid.metadata
Interface PasswordProviderRedactionMixIn
public interface PasswordProviderRedactionMixIn
This Interface is used as a MixIn for ObjectMapper objects when there is a desire to avoid serializing a Password
from a PasswordProvider to JSON in plaintext when that JSON is going to be used for purposes that don't require the
password to be present, such as logging to a file.
-
Method Summary
-
Method Details
-
getPassword
String getPassword()
-