org.chorem.pollen.business.services
Class ServiceAuthImpl
java.lang.Object
org.chorem.pollen.business.services.ServiceAuthImpl
- All Implemented Interfaces:
- ServiceAuth
public class ServiceAuthImpl
- extends Object
- implements ServiceAuth
Implémentation du service d'authentification.
- Version:
- $Id: ServiceAuthImpl.java 2862 2010-02-09 15:31:45Z jruchaud $
- Author:
- kmorin, rannou
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceAuthImpl
public ServiceAuthImpl()
isLoginRight
public boolean isLoginRight(String login,
String password)
- Description copied from interface:
ServiceAuth
- Identification d'un utilisateur. Vérification du couple login, password.
- Specified by:
isLoginRight in interface ServiceAuth
- Parameters:
login - le login de l'utilisateur à identifiépassword - le password entré par l'utilisateur
- Returns:
- vrai si l'utilisateur est identifié, false sinon
getUser
public UserDTO getUser(String login,
String password)
- Description copied from interface:
ServiceAuth
- Identification d'un utilisateur. Récupération des informations de cet
utilisateur.
- Specified by:
getUser in interface ServiceAuth
- Parameters:
login - le login de l'utilisateur à identifiépassword - le password entré par l'utilisateur
- Returns:
- l'utilisateur identifié par le login
Copyright © 2009-2010 CodeLutin. All Rights Reserved.