Uses of Class
org.apache.solr.security.AllowListUrlChecker
-
Packages that use AllowListUrlChecker Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.security Commonly used classes for Solr security framework. -
-
Uses of AllowListUrlChecker in org.apache.solr.core
Methods in org.apache.solr.core that return AllowListUrlChecker Modifier and Type Method Description AllowListUrlCheckerCoreContainer. getAllowListUrlChecker()Gets the URLs checker based on theallowUrlsconfiguration of solr.xml. -
Uses of AllowListUrlChecker in org.apache.solr.security
Fields in org.apache.solr.security declared as AllowListUrlChecker Modifier and Type Field Description static AllowListUrlCheckerAllowListUrlChecker. ALLOW_ALLSingleton checker which allows all URLs.Methods in org.apache.solr.security that return AllowListUrlChecker Modifier and Type Method Description static AllowListUrlCheckerAllowListUrlChecker. create(NodeConfig config)Creates a URL checker based on theNodeConfigproperty to configure the allowed URLs.
-