| de.jwic.web.IAuthenticator
IAuthenticator | public interface IAuthenticator (Code) | | Authentication.
$Id: IAuthenticator.java,v 1.1 2006/01/16 08:31:13 lordsam Exp $
version: $Revision: 1.1 $ author: JBornemann |
Method Summary | |
abstract public void | init(ServletConfig cfg) Initialisation with ServletConfig called by the DispatcherServlet. | abstract public boolean | isAuthenticated(HttpServletRequest req) Returns true if the remote user of the request is authenticated. |
SESSION_REDIRECT_URL | final public static String SESSION_REDIRECT_URL(Code) | | |
isAuthenticated | abstract public boolean isAuthenticated(HttpServletRequest req)(Code) | | Returns true if the remote user of the request is authenticated.
Parameters: req - Parameters: res - |
|
|