| org.esupportail.cas.server.GenericHandler
GenericHandler | final public class GenericHandler extends WatchfulPasswordHandler (Code) | | This class permits via a Xml configuration file to call different specific handler
author: Pascal Aubry author: Jean-Baptiste Daniel |
Method Summary | |
public synchronized boolean | authenticate(ServletRequest request, String username, String password) Try to authenticate a user by calling all the handlers found in
the configuration file. |
authenticate | public synchronized boolean authenticate(ServletRequest request, String username, String password)(Code) | | Try to authenticate a user by calling all the handlers found in
the configuration file.
Parameters: request - the current request Parameters: username - the username provided by the user Parameters: password - the password provided by the user true on success, false otherwise. |
|
|