Uses of Interface
org.apache.solr.util.configuration.SSLCredentialProvider
-
Packages that use SSLCredentialProvider Package Description org.apache.solr.util.configuration Common Util APIs related to Solr configuration.org.apache.solr.util.configuration.providers TODO -
-
Uses of SSLCredentialProvider in org.apache.solr.util.configuration
Fields in org.apache.solr.util.configuration with type parameters of type SSLCredentialProvider Modifier and Type Field Description protected List<SSLCredentialProvider>SSLConfigurations. credentialProvidersMethods in org.apache.solr.util.configuration that return types with arguments of type SSLCredentialProvider Modifier and Type Method Description List<SSLCredentialProvider>SSLCredentialProviderFactory. getProviders()Constructor parameters in org.apache.solr.util.configuration with type arguments of type SSLCredentialProvider Constructor Description SSLConfigurations(List<SSLCredentialProvider> credentialProviders) -
Uses of SSLCredentialProvider in org.apache.solr.util.configuration.providers
Classes in org.apache.solr.util.configuration.providers that implement SSLCredentialProvider Modifier and Type Class Description classAbstractSSLCredentialProviderAbstract provider with default implementationclassEnvSSLCredentialProviderEnvironment variable based SSL configuration providerclassSysPropSSLCredentialProviderSystem property based SSL configuration provider
-