Package eu.clarin.sru.server.fcs.utils
Class AuthenticationProvider
- java.lang.Object
- 
- eu.clarin.sru.server.fcs.utils.AuthenticationProvider
 
- 
- All Implemented Interfaces:
- SRUAuthenticationInfoProvider
 
 public class AuthenticationProvider extends Object implements SRUAuthenticationInfoProvider 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAuthenticationProvider.Builder
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SRUAuthenticationInfogetAuthenticationInfo(javax.servlet.http.HttpServletRequest request)intgetKeyCount()
 
- 
- 
- 
Method Detail- 
getKeyCountpublic int getKeyCount() 
 - 
getAuthenticationInfopublic SRUAuthenticationInfo getAuthenticationInfo(javax.servlet.http.HttpServletRequest request) throws SRUException - Specified by:
- getAuthenticationInfoin interface- SRUAuthenticationInfoProvider
- Throws:
- SRUException
 
 
- 
 
-