org.chenillekit.access.internal
Class NoOpAuthenticationService

java.lang.Object
  extended by 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$

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

Constructor Detail

NoOpAuthenticationService

public NoOpAuthenticationService()
Method Detail

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 user
password - users password


Copyright © 2008-2009 ChenilleKit. All Rights Reserved.