Package eu.clarin.sru.server.utils
Interface SRUAuthenticationInfoProviderFactory
-
public interface SRUAuthenticationInfoProviderFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SRUAuthenticationInfoProvidercreateAuthenticationInfoProvider(javax.servlet.ServletContext context, Map<String,String> params)Create a authentication info provider.
-
-
-
Method Detail
-
createAuthenticationInfoProvider
SRUAuthenticationInfoProvider createAuthenticationInfoProvider(javax.servlet.ServletContext context, Map<String,String> params) throws SRUConfigException
Create a authentication info provider.- Parameters:
context-params-- Returns:
- Throws:
SRUConfigException
-
-