Package org.apache.solr.security
Interface BasicAuthPlugin.AuthenticationProvider
-
- All Superinterfaces:
org.apache.solr.common.SpecProvider
- All Known Implementing Classes:
Sha256AuthenticationProvider
- Enclosing class:
- BasicAuthPlugin
public static interface BasicAuthPlugin.AuthenticationProvider extends org.apache.solr.common.SpecProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
authenticate(String user, String pwd)
Map<String,String>
getPromptHeaders()
void
init(Map<String,Object> pluginConfig)
-