org.weborganic.bastille.security
Class ObfuscatorGenerator

java.lang.Object
  extended by org.weborganic.bastille.security.ObfuscatorGenerator
All Implemented Interfaces:
ContentGenerator

public final class ObfuscatorGenerator
extends Object
implements ContentGenerator

A generator to obfuscate or see passwords in clear.


Constructor Summary
ObfuscatorGenerator()
           
 
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

ObfuscatorGenerator

public ObfuscatorGenerator()
Method Detail

process

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