| org.esupportail.cas.server.util.BasicHandler org.esupportail.cas.server.handlers.reject.RejectHandler
RejectHandler | final public class RejectHandler extends BasicHandler (Code) | | This class implements an reject handler handler class. It is used by
GenericHandler to exclude registred users.
author: Pascal Aubry |
RejectHandler | public RejectHandler(Element handlerElement, Boolean configDebug) throws Exception(Code) | | Constructor.
Parameters: handlerElement - the XML element that declares the handler in the configuration file Parameters: configDebug - debugging mode of the global configuration throws: Exception - Exception |
authenticate | public int authenticate(String username, String password)(Code) | | Try to authenticate a user.
Parameters: username - the user's name Parameters: password - the user's password BasicHandler.FAILED_STOP if username matches,BasicHandler.FAILED_CONTINUE otherwise. |
|
|