At a guess, you would need to install a subclass of DataSourceUserManager
and override the getUser()/createUser() methods to return your own impl of
com.evermind.security.User (so you can specify your own custom behaviour
for the authenticate method).

Hani

On Mon, 16 Apr 2001, Taavi Tiirik wrote:

> hello,
> 
> What is the quickest way of extending DataSourceUserMangaer to
> store encrypted passwords instead of plain text ones into
> database?
> 
> with best regards,
> Taavi
> 
> 
> 
> 


Reply via email to