fr.paris.lutece.portal.business.user.authentication
Interface ILuteceDefaultAdminUserDAO

All Known Implementing Classes:
LuteceDefaultAdminUserDAO

public interface ILuteceDefaultAdminUserDAO

Author:
lenaini

Method Summary
 int checkPassword(java.lang.String strAccessCode, java.lang.String strPassword)
          Check the password of a given user into the table provided by the database authentication module
 LuteceDefaultAdminUser load(java.lang.String strAccessCode, AdminAuthentication authenticationService)
          load the data of an user from the table provided by the database authentication module This only provides data specific to the database authentication module.
 

Method Detail

checkPassword

int checkPassword(java.lang.String strAccessCode,
                  java.lang.String strPassword)
Check the password of a given user into the table provided by the database authentication module

Parameters:
strAccessCode - The name of the user
strPassword - the user password
Returns:
the the error number

load

LuteceDefaultAdminUser load(java.lang.String strAccessCode,
                            AdminAuthentication authenticationService)
load the data of an user from the table provided by the database authentication module This only provides data specific to the database authentication module.

Parameters:
strAccessCode - The access code of user
authenticationService - The AdminAuthentication
Returns:
user The instance of an LuteceDefaultAdminUser's object


Copyright © 2010 Mairie de Paris. All Rights Reserved.