| org.apache.cocoon.webapps.authentication.components.ServletAuthenticator
ServletAuthenticator | public class ServletAuthenticator extends AbstractLogEnabled implements Contextualizable,ThreadSafe,Serviceable,Authenticator(Code) | | Verify if a user can be authenticated.
This is a very simple authenticator that checks if the user is authenticated
using the servlet authentication mechanisms.
author: Carsten Ziegeler version: CVS $Id: PipelineAuthenticator.java 30932 2004-07-29 17:35:38Z vgritsenko $ |
Field Summary | |
protected Context | context | protected ServiceManager | manager |
Method Summary | |
public AuthenticationResult | authenticate(HandlerConfiguration configuration, SourceParameters parameters) | public void | contextualize(Context context) | protected void | fillContext(Document contextDoc) Fill the authentication context.
This method can be overwritten to add any application specific data
to the user.
(Don't forget to call this implementation via super as well as it
adds the ID).
Parameters: contextDoc - The context. | public void | logout(UserHandler handler) | public void | service(ServiceManager manager) |
context | protected Context context(Code) | | |
manager | protected ServiceManager manager(Code) | | |
contextualize | public void contextualize(Context context) throws ContextException(Code) | | |
fillContext | protected void fillContext(Document contextDoc)(Code) | | Fill the authentication context.
This method can be overwritten to add any application specific data
to the user.
(Don't forget to call this implementation via super as well as it
adds the ID).
Parameters: contextDoc - The context. This document has already the authenticationroot node. |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | |
|
|