| org.jamwiki.authentication.JAMWikiDaoAuthenticationProvider
JAMWikiDaoAuthenticationProvider | public class JAMWikiDaoAuthenticationProvider extends DaoAuthenticationProvider (Code) | | AuthenticationProvider to use with JAMWiki database.
Extends DaoAuthenticationProvider to use JAMWiki password authentication.
It's not possible to use
org.acegisecurity.providers.dao.DaoAuthenticationProvider with a
org.acegisecurity.providers.encoding.PasswordEncoder because
JAMWiki stores passwords encoded and not only hashed.
author: Rainer Schmitz version: $Id: $ since: 28.11.2006 |
additionalAuthenticationChecks | protected void additionalAuthenticationChecks(UserDetails userDetails, UsernamePasswordAuthenticationToken authentication) throws AuthenticationException(Code) | | |
|
|