Uses of Interface
org.apache.solr.security.HttpClientBuilderPlugin
-
Packages that use HttpClientBuilderPlugin Package Description org.apache.solr.handler.component SearchComponent
implementations for use inSearchHandler
org.apache.solr.security Commonly used classes for Solr security framework.org.apache.solr.update APIs and classes for managing index updates -
-
Uses of HttpClientBuilderPlugin in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component with parameters of type HttpClientBuilderPlugin Modifier and Type Method Description void
HttpShardHandlerFactory. setSecurityBuilder(HttpClientBuilderPlugin clientBuilderPlugin)
void
ShardHandlerFactory. setSecurityBuilder(HttpClientBuilderPlugin clientBuilderPlugin)
-
Uses of HttpClientBuilderPlugin in org.apache.solr.security
Classes in org.apache.solr.security that implement HttpClientBuilderPlugin Modifier and Type Class Description class
PKIAuthenticationPlugin
-
Uses of HttpClientBuilderPlugin in org.apache.solr.update
Methods in org.apache.solr.update with parameters of type HttpClientBuilderPlugin Modifier and Type Method Description void
UpdateShardHandler. setSecurityBuilder(HttpClientBuilderPlugin builder)
-