| org.apache.cocoon.acting.ServiceableAction org.apache.cocoon.webapps.authentication.acting.AuthAction
AuthAction | final public class AuthAction extends ServiceableAction implements ThreadSafe(Code) | | This is the authentication action
This action contains the complete configuration for the authentication
Manager. During configuration the AuthenticationManager class gets this
configuration to configure the instances properly.
The main task of this action is to check if the user is authenticated
using a handler. If not a redirect takes place.
author: Carsten Ziegeler version: CVS $Id: AuthAction.java 433543 2006-08-22 06:22:54Z crossley $ |
Fields inherited from org.apache.cocoon.acting.ServiceableAction | protected ServiceManager manager(Code)(Java Doc)
|
Methods inherited from org.apache.cocoon.acting.ServiceableAction | public void service(ServiceManager manager) throws ServiceException(Code)(Java Doc)
|
|
|