fr.paris.lutece.portal.business.user.authentication
Class LuteceDefaultAdminUserDAO
java.lang.Object
fr.paris.lutece.portal.business.user.authentication.LuteceDefaultAdminUserDAO
- All Implemented Interfaces:
- ILuteceDefaultAdminUserDAO
public class LuteceDefaultAdminUserDAO
- extends java.lang.Object
- implements ILuteceDefaultAdminUserDAO
This class provides Data Access methods for LuteceDefaultAdminUser objects
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USER_NOTFOUND
public static final int USER_NOTFOUND
- See Also:
- Constant Field Values
INVALID_PASSWORD
public static final int INVALID_PASSWORD
- See Also:
- Constant Field Values
USER_OK
public static final int USER_OK
- See Also:
- Constant Field Values
LuteceDefaultAdminUserDAO
public LuteceDefaultAdminUserDAO()
checkPassword
public 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
- Specified by:
checkPassword
in interface ILuteceDefaultAdminUserDAO
- Parameters:
strAccessCode
- The name of the userstrPassword
- the user password
- Returns:
- the the error number
load
public 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.
- Specified by:
load
in interface ILuteceDefaultAdminUserDAO
- Parameters:
strAccessCode
- The access code of userauthenticationService
- The AdminAuthentication
- Returns:
- user The instance of an LuteceDefaultAdminUser's object
Copyright © 2010 Mairie de Paris. All Rights Reserved.