Class ModifyNoAuthPluginSecurityConfigAPI
java.lang.Object
org.apache.solr.handler.admin.api.ModifyNoAuthPluginSecurityConfigAPI
V2 API for POST requests received when no authentication plugin is active.
Solr's security APIs only supports authc config modifications once an Authentication plugin is
in place. So this API serves solely as a placeholder that allows SecurityConfHandler to
return a helpful error message (instead of the opaque 404 that users would get without this API).
-
Constructor Summary
ConstructorsConstructorDescriptionModifyNoAuthPluginSecurityConfigAPI(SecurityConfHandler securityConfHandler) -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
ModifyNoAuthPluginSecurityConfigAPI
-
-
Method Details
-
updateAuthenticationConfig
public void updateAuthenticationConfig(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception - Throws:
Exception
-