Uses of Class
org.apache.solr.security.AuthenticationPlugin
-
Packages that use AuthenticationPlugin Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.handler.configsets V2 API classes for performing CRUD operations on configsets.org.apache.solr.security Commonly used classes for Solr security framework. -
-
Uses of AuthenticationPlugin in org.apache.solr.core
Methods in org.apache.solr.core that return AuthenticationPlugin Modifier and Type Method Description AuthenticationPluginCoreContainer. getAuthenticationPlugin() -
Uses of AuthenticationPlugin in org.apache.solr.handler.configsets
Methods in org.apache.solr.handler.configsets with parameters of type AuthenticationPlugin Modifier and Type Method Description static booleanConfigSetAPIBase. isTrusted(Principal userPrincipal, AuthenticationPlugin authPlugin) -
Uses of AuthenticationPlugin in org.apache.solr.security
Subclasses of AuthenticationPlugin in org.apache.solr.security Modifier and Type Class Description classBasicAuthPluginclassCertAuthPluginAn authentication plugin that sets principal based on the certificate subjectclassMultiAuthPluginAuthentication plugin that supports multiple Authorization schemes, such as Bearer and Basic.classPKIAuthenticationPlugin
-