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