info.magnolia.module.publicuserregistration.processors
Class AbstractPURProcessor

java.lang.Object
  extended by info.magnolia.module.form.processors.AbstractFormProcessor
      extended by info.magnolia.module.publicuserregistration.processors.AbstractPURProcessor
All Implemented Interfaces:
info.magnolia.module.form.processors.FormProcessor
Direct Known Subclasses:
PasswordProcessor, RegistrationProcessor, TokenPasswordProcessor

public abstract class AbstractPURProcessor
extends info.magnolia.module.form.processors.AbstractFormProcessor

TODO dlipp - add proper comment.

Version:
$Id$
Author:
pbracher

Constructor Summary
AbstractPURProcessor()
           
 
Method Summary
protected  info.magnolia.cms.security.UserManager getUserManager(PublicUserRegistrationConfig config)
           
protected  void updateContext(info.magnolia.cms.security.User user)
          Adds a map into the context under the name 'pur' wich can be used in other processors in the chain .
 
Methods inherited from class info.magnolia.module.form.processors.AbstractFormProcessor
getName, internalProcess, isEnabled, process, setEnabled, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPURProcessor

public AbstractPURProcessor()
Method Detail

updateContext

protected void updateContext(info.magnolia.cms.security.User user)
Adds a map into the context under the name 'pur' wich can be used in other processors in the chain .


getUserManager

protected info.magnolia.cms.security.UserManager getUserManager(PublicUserRegistrationConfig config)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.