Uses of Interface
org.apache.solr.security.PermissionNameProvider
-
Packages that use PermissionNameProvider Package Description org.apache.solr.api Commonly used classes for Solr V2 API.org.apache.solr.handler Concrete implementations ofSolrRequestHandlerorg.apache.solr.handler.admin SolrRequestHandlerimplementations for powering he Solr Admin UIorg.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.handler.tagger TheTaggerRequestHandlerand supporting classes.org.apache.solr.search.function Solr implementations ofValueSourcefor function queries.org.apache.solr.security Commonly used classes for Solr security framework. -
-
Uses of PermissionNameProvider in org.apache.solr.api
Classes in org.apache.solr.api that implement PermissionNameProvider Modifier and Type Class Description classAnnotatedApiThis class implements an Api just from an annotated java class The class must have an annotationEndPointEach method must have an annotationCommandThe methods that implement a command should have the first 2 parametersSolrQueryRequestandSolrQueryResponseor it may optionally have a third parameter which could be a java class annotated with jackson annotations.static classApiBag.ReqHandlerToApi -
Uses of PermissionNameProvider in org.apache.solr.handler
Classes in org.apache.solr.handler that implement PermissionNameProvider Modifier and Type Class Description classAnalysisRequestHandlerBaseA base class for all analysis request handlers.classBlobHandlerclassContentStreamHandlerBaseShares common code between various handlers that manipulateContentStreamobjects.classDocumentAnalysisRequestHandlerAn analysis handler that provides a breakdown of the analysis process of provided documents.classDumpRequestHandlerclassExportHandlerclassFieldAnalysisRequestHandlerProvides the ability to specify multiple field types and field names in the same request.classGraphHandlerSolr Request Handler for graph traversal with streaming functions that responds with GraphML markup.classMoreLikeThisHandlerSolr MoreLikeThis --classNotFoundRequestHandlerDoes nothing other than showing a 404 messageclassPingRequestHandlerPing Request Handler for reporting SolrCore health to a Load Balancer.classRealTimeGetHandlerclassReplicationHandlerA Handler which provides a REST API for replication and serves replication requests from Followers.classRequestHandlerBaseBase class for all request handlers.classSchemaHandlerclassSolrConfigHandlerclassStandardRequestHandlerDeprecated.classStreamHandlerSolr Request Handler for streaming data.classUpdateRequestHandlerUpdateHandler that uses content-type to pick the right LoaderclassV2UpdateRequestHandlerAn extension ofUpdateRequestHandlerused solely to register the v2 /update APIs -
Uses of PermissionNameProvider in org.apache.solr.handler.admin
Classes in org.apache.solr.handler.admin that implement PermissionNameProvider Modifier and Type Class Description classCollectionsHandlerclassConfigSetsHandlerASolrRequestHandlerfor ConfigSets API requests.classCoreAdminHandlerclassHealthCheckHandlerHealth Check Handler for reporting the health of a specific node.classInfoHandlerclassLoggingHandlerA request handler to show which loggers are registered and allows you to set themclassLukeRequestHandlerExposes the internal lucene index.classMetricsCollectorHandlerHandler to collect and aggregate metric reports.classMetricsHandlerRequest handler to return metricsclassPluginInfoHandlerclassPropertiesRequestHandlerclassSecurityConfHandlerclassSecurityConfHandlerLocalSecurity Configuration Handler which works on standalone local filesclassSecurityConfHandlerZkSecurity Configuration Handler which works with ZookeeperclassSegmentsInfoRequestHandlerThis handler exposes information about last commit generation segmentsclassShowFileRequestHandlerThis handler uses the RawResponseWriter to give client access to files inside ${solr.home}/confclassSolrInfoMBeanHandlerA request handler that provides info about all registered SolrInfoMBeans.classSystemInfoHandlerThis handler returns system infoclassThreadDumpHandlerclassZookeeperInfoHandlerZookeeper InfoclassZookeeperStatusHandlerZookeeper Status handler, talks to ZK using sockets and four-letter words -
Uses of PermissionNameProvider in org.apache.solr.handler.component
Classes in org.apache.solr.handler.component that implement PermissionNameProvider Modifier and Type Class Description classActiveTasksListHandlerHandles request for listing all active cancellable tasksclassQueryCancellationHandlerHandles requests for query cancellation for cancellable queriesclassSearchHandlerRefer SOLR-281classTaskManagementHandlerAbstract class which serves as the root of all task managing handlers -
Uses of PermissionNameProvider in org.apache.solr.handler.tagger
Classes in org.apache.solr.handler.tagger that implement PermissionNameProvider Modifier and Type Class Description classTaggerRequestHandlerScans posted text, looking for matching strings in the Solr index. -
Uses of PermissionNameProvider in org.apache.solr.search.function
Classes in org.apache.solr.search.function that implement PermissionNameProvider Modifier and Type Class Description static classFileFloatSource.ReloadCacheRequestHandler -
Uses of PermissionNameProvider in org.apache.solr.security
Classes in org.apache.solr.security that implement PermissionNameProvider Modifier and Type Class Description classPublicKeyHandler
-