org.objectweb.telosys.auth
Interface IUserValidator

All Known Implementing Classes:
DefaultUserValidator

public interface IUserValidator

User validator interface
Describe the method needed to validate a user (login/password) and retrieve an application user


Method Summary
 IAppUser validUser(java.lang.String sLogin, java.lang.String sPassword)
          Check the validity of the "login/password" and return an instance of application user
 

Method Detail

validUser

public IAppUser validUser(java.lang.String sLogin,
                          java.lang.String sPassword)
Check the validity of the "login/password" and return an instance of application user

Parameters:
sLogin -
sPassword -
Returns: