Uses of Interface
org.apache.druid.metadata.PasswordProvider
-
Packages that use PasswordProvider Package Description org.apache.druid.data.input.impl org.apache.druid.java.util.emitter.core org.apache.druid.metadata -
-
Uses of PasswordProvider in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that return PasswordProvider Modifier and Type Method Description PasswordProviderHttpInputSource. getHttpAuthenticationPasswordProvider()Methods in org.apache.druid.data.input.impl with parameters of type PasswordProvider Modifier and Type Method Description static InputStreamHttpEntity. openInputStream(URI object, String userName, PasswordProvider passwordProvider, long offset)Constructors in org.apache.druid.data.input.impl with parameters of type PasswordProvider Constructor Description HttpInputSource(List<URI> uris, String httpAuthenticationUsername, PasswordProvider httpAuthenticationPasswordProvider, SystemFields systemFields, HttpInputSourceConfig config) -
Uses of PasswordProvider in org.apache.druid.java.util.emitter.core
Methods in org.apache.druid.java.util.emitter.core that return PasswordProvider Modifier and Type Method Description PasswordProviderBaseHttpEmittingConfig. getBasicAuthentication()Methods in org.apache.druid.java.util.emitter.core with parameters of type PasswordProvider Modifier and Type Method Description HttpEmitterConfig.BuilderHttpEmitterConfig.Builder. setBasicAuthentication(PasswordProvider basicAuthentication) -
Uses of PasswordProvider in org.apache.druid.metadata
Classes in org.apache.druid.metadata that implement PasswordProvider Modifier and Type Class Description classDefaultPasswordProviderclassEnvironmentVariablePasswordProvider
-