Class GetAuthenticationConfigAPI
- java.lang.Object
-
- org.apache.solr.handler.admin.api.GetAuthenticationConfigAPI
-
public class GetAuthenticationConfigAPI extends Object
V2 API for fetching the authentication section from Solr's security.json configuration.This API (GET /v2/cluster/security/authentication) is analogous to the v1 `GET /solr/admin/authentication` API.
-
-
Constructor Summary
Constructors Constructor Description GetAuthenticationConfigAPI(SecurityConfHandler securityConfHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fetchAuthenticationConfig(SolrQueryRequest req, SolrQueryResponse rsp)
-
-
-
Constructor Detail
-
GetAuthenticationConfigAPI
public GetAuthenticationConfigAPI(SecurityConfHandler securityConfHandler)
-
-
Method Detail
-
fetchAuthenticationConfig
public void fetchAuthenticationConfig(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
- Throws:
Exception
-
-