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 ofSolrCore
sorg.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 AllowListUrlChecker
CoreContainer. getAllowListUrlChecker()
Gets the URLs checker based on theallowUrls
configuration 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 AllowListUrlChecker
AllowListUrlChecker. ALLOW_ALL
Singleton checker which allows all URLs.Methods in org.apache.solr.security that return AllowListUrlChecker Modifier and Type Method Description static AllowListUrlChecker
AllowListUrlChecker. create(NodeConfig config)
Creates a URL checker based on theNodeConfig
property to configure the allowed URLs.
-