This is the authentication manager.
It is used to authenticate (login, logout) a user. Usually, this
component should not be used from custom code. The provided
actions perform all required tasks.
author: Carsten Ziegeler version: CVS $Id: AuthenticationManager.java 433543 2006-08-22 06:22:54Z crossley $
checkAuthentication(Redirector redirector, String handlerName, String applicationName) Is the current user authenticated for the given handler?
If the user is already authenticated, the
RequestState is updated to the provided information (handler and application).
Is the current user authenticated for the given handler?
If the user is already authenticated, the
RequestState is updated to the provided information (handler and application).