fr.paris.lutece.plugins.mylutece.modules.openiddatabase.authentication.business
Class PasswordRecoveryInPlainDAO

java.lang.Object
  extended by fr.paris.lutece.plugins.mylutece.modules.openiddatabase.authentication.business.PasswordRecoveryInPlainDAO
All Implemented Interfaces:
IPasswordRecoveryService

public class PasswordRecoveryInPlainDAO
extends java.lang.Object
implements IPasswordRecoveryService


Constructor Summary
PasswordRecoveryInPlainDAO()
           
 
Method Summary
 int getUserId(java.lang.String strIdToken, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 boolean isExpired(java.lang.String strIdToken, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 void processOperations(OpenIdDatabaseUser user, java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordRecoveryInPlainDAO

public PasswordRecoveryInPlainDAO()
Method Detail

processOperations

public void processOperations(OpenIdDatabaseUser user,
                              java.util.Locale locale,
                              fr.paris.lutece.portal.service.plugin.Plugin plugin)
Specified by:
processOperations in interface IPasswordRecoveryService
Parameters:
user - The user
plugin - The plugin

getUserId

public int getUserId(java.lang.String strIdToken,
                     fr.paris.lutece.portal.service.plugin.Plugin plugin)
Specified by:
getUserId in interface IPasswordRecoveryService

isExpired

public boolean isExpired(java.lang.String strIdToken,
                         fr.paris.lutece.portal.service.plugin.Plugin plugin)
Specified by:
isExpired in interface IPasswordRecoveryService


Copyright © 2010 Mairie de Paris. All Rights Reserved.