org.weborganic.bastille.pageseeder
Class ResetPassword

java.lang.Object
  extended by org.weborganic.bastille.pageseeder.ResetPassword
All Implemented Interfaces:
ContentGenerator

public final class ResetPassword
extends Object
implements ContentGenerator

Invokes PageSeeder to reset the password for the user.

Configuration

There is no configuration associated with this generator.

However, the PSResource Object requires the following setting in config/config-mode.xml

 <node name="pageseeder">
   <map>
     <entry key="scheme" value="http" />
     <entry key="host" value="www.pageseeder.com" />
     <entry key="port" value="80" />
     <entry key="siteprefix" value="/ps" />
     <entry key="servletprefix" value="/ps/servlet" />
   </map>
 </node>
 
 

Parameters

Returned XML

 <ps-servlet resource="com.pageseeder.ResetPassword" http-status="200" content-type="application/xml">
 <root>
 ...
 </root>
 </ps-servlet>
 
 

Since:
0.6.14

Constructor Summary
ResetPassword()
           
 
Method Summary
 void process(ContentRequest req, XMLWriter xml)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResetPassword

public ResetPassword()
Method Detail

process

public void process(ContentRequest req,
                    XMLWriter xml)
             throws BerliozException,
                    IOException
Specified by:
process in interface ContentGenerator
Throws:
BerliozException
IOException