| |
|
| org.apache.cocoon.auth.AbstractSecurityHandler org.apache.cocoon.auth.impl.PipelineSecurityHandler
PipelineSecurityHandler | public class PipelineSecurityHandler extends AbstractSecurityHandler implements Serviceable,Disposable(Code) | | Verify if a user can be authenticated.
version: $Id: PipelineSecurityHandler.java 433543 2006-08-22 06:22:54Z crossley $ |
Inner Class :public static class PipelineSHUser extends StandardUser | |
Field Summary | |
protected Configuration | config Configuration. | protected Context | context Context. | protected ServiceManager | manager The service manager. | protected SourceResolver | resolver The source resolver. |
config | protected Configuration config(Code) | | Configuration.
|
context | protected Context context(Code) | | Context.
|
manager | protected ServiceManager manager(Code) | | The service manager.
|
resolver | protected SourceResolver resolver(Code) | | The source resolver.
|
configure | public void configure(Configuration conf) throws ConfigurationException(Code) | | See Also: org.apache.avalon.framework.configuration.Configurable.configure(org.apache.avalon.framework.configuration.Configuration) |
contextualize | public void contextualize(Context aContext) throws ContextException(Code) | | See Also: org.apache.avalon.framework.context.Contextualizable.contextualize(org.apache.avalon.framework.context.Context) |
dispose | public void dispose()(Code) | | See Also: org.apache.avalon.framework.activity.Disposable.dispose |
isValidAuthenticationDocument | protected String isValidAuthenticationDocument(Document doc)(Code) | | Check if this is a valid document.
A valid document has "authentication" as the root node and
at least one child element "ID".
Parameters: doc - The document read by the pipeline. The value of the ID element or null if the document is not valid |
service | public void service(ServiceManager aManager) throws ServiceException(Code) | | See Also: org.apache.avalon.framework.service.Serviceable.service(org.apache.avalon.framework.service.ServiceManager) |
Methods inherited from org.apache.cocoon.auth.AbstractSecurityHandler | public void configure(Configuration conf) throws ConfigurationException(Code)(Java Doc) public void contextualize(Context context) throws ContextException(Code)(Java Doc) public String getId()(Code)(Java Doc)
|
|
|
|