org.chenillekit.access.services.impl
Class UserAuthServiceImpl

java.lang.Object
  extended by org.chenillekit.access.services.impl.UserAuthServiceImpl
All Implemented Interfaces:
org.chenillekit.access.services.AuthenticationService

public class UserAuthServiceImpl
extends Object
implements org.chenillekit.access.services.AuthenticationService

...

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

Constructor Summary
UserAuthServiceImpl()
           
 
Method Summary
 org.chenillekit.access.WebSessionUser doAuthenticate(String userName, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAuthServiceImpl

public UserAuthServiceImpl()
Method Detail

doAuthenticate

public org.chenillekit.access.WebSessionUser doAuthenticate(String userName,
                                                            String password)
Specified by:
doAuthenticate in interface org.chenillekit.access.services.AuthenticationService


Copyright © 2008-2009 ChenilleKit. All Rights Reserved.