net.sf.pmr.core.service
Interface SecurityService

All Known Implementing Classes:
SecurityServiceImpl

public interface SecurityService

Author:
Arnaud Prost (arnaud.prost@gmail.com)

Method Summary
 User login(java.lang.String login, java.lang.String password)
          return the user corresponding to he login and password or null if any If a user is found, the password is remove from the instance variable Login and password aren't case sensitive
 

Method Detail

login

User login(java.lang.String login,
           java.lang.String password)
return the user corresponding to he login and password or null if any If a user is found, the password is remove from the instance variable Login and password aren't case sensitive

Parameters:
login - login
password - password
Returns:
User or null


Copyright © 2005 Arnaud Prost. All Rights Reserved.