| org.apache.cocoon.webapps.authentication.components.DefaultAuthenticationManager
DefaultAuthenticationManager | public class DefaultAuthenticationManager extends AbstractLogEnabled implements AuthenticationManager,SitemapConfigurable,Serviceable,Disposable,ThreadSafe,Contextualizable,Component(Code) | | This is the basis authentication component.
author: Carsten Ziegeler version: CVS $Id: DefaultAuthenticationManager.java 433543 2006-08-22 06:22:54Z crossley $ |
SESSION_ATTRIBUTE_USER_STATUS | final public static String SESSION_ATTRIBUTE_USER_STATUS(Code) | | The name of the session attribute storing the user status
|
authenticators | protected Map authenticators(Code) | | Instantiated authenticators
|
context | protected Context context(Code) | | The context
|
manager | protected ServiceManager manager(Code) | | The Service Manager
|
resolver | protected SourceResolver resolver(Code) | | The Source Resolver
|
xpathProcessor | protected XPathProcessor xpathProcessor(Code) | | The xpath processor
|
contextualize | public void contextualize(Context context) throws ContextException(Code) | | |
dispose | public void dispose()(Code) | | |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | Serviceable
|
|
|