org.chenillekit.access.services
Interface AuthenticationService

All Known Implementing Classes:
NoOpAuthenticationService

public interface AuthenticationService

Version:
$Id: AuthenticationService.java 380 2008-12-30 10:21:52Z mlusetti $

Method Summary
 WebSessionUser doAuthenticate(String userName, String password)
          User authentication.
 

Method Detail

doAuthenticate

WebSessionUser doAuthenticate(String userName,
                              String password)
User authentication.

Parameters:
userName - name of the user
password - users password


Copyright © 2008-2009 ChenilleKit. All Rights Reserved.