Uses of Interface
org.apache.solr.security.HttpClientBuilderPlugin
-
Packages that use HttpClientBuilderPlugin Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.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 voidHttpShardHandlerFactory. setSecurityBuilder(HttpClientBuilderPlugin clientBuilderPlugin)voidShardHandlerFactory. 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 classConfigurableInternodeAuthHadoopPluginThis class extends HadoopAuthPlugin by enabling configuration of authentication mechanism for Solr internal communication.classKerberosPluginclassPKIAuthenticationPlugin -
Uses of HttpClientBuilderPlugin in org.apache.solr.update
Methods in org.apache.solr.update with parameters of type HttpClientBuilderPlugin Modifier and Type Method Description voidUpdateShardHandler. setSecurityBuilder(HttpClientBuilderPlugin builder)
-