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.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.security
Subclasses of AuthenticationPlugin in org.apache.solr.security Modifier and Type Class Description classBasicAuthPluginclassConfigurableInternodeAuthHadoopPluginThis class extends HadoopAuthPlugin by enabling configuration of authentication mechanism for Solr internal communication.classHadoopAuthPluginThis class implements a generic plugin which can use authentication schemes exposed by the Hadoop framework.classJWTAuthPluginAuthenticaion plugin that finds logged in user by validating the signature of a JWT tokenclassKerberosPluginclassPKIAuthenticationPlugin
-