org.chenillekit.access.internal
Class NoOpAuthenticationService
java.lang.Object
org.chenillekit.access.internal.NoOpAuthenticationService
- All Implemented Interfaces:
- AuthenticationService
public class NoOpAuthenticationService
- extends Object
- implements AuthenticationService
A simple no-op service used as a terminator for the authentication service chain
when no other authenticator has validate user's credentials.
- Version:
- $Id$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoOpAuthenticationService
public NoOpAuthenticationService()
doAuthenticate
public WebSessionUser doAuthenticate(String userName,
String password)
- Description copied from interface:
AuthenticationService
- User authentication.
- Specified by:
doAuthenticate in interface AuthenticationService
- Parameters:
userName - name of the userpassword - users password
Copyright © 2008-2009 ChenilleKit. All Rights Reserved.