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. |
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 userstrPassword
- 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 userauthenticationService
- The AdminAuthentication
- Returns:
- user The instance of an LuteceDefaultAdminUser's object
Copyright © 2011 Mairie de Paris. All Rights Reserved.