com.carbonfive.flashgateway.security.config
Class ConfigDigester

java.lang.Object
  extended bycom.carbonfive.flashgateway.security.config.ConfigDigester

public class ConfigDigester
extends java.lang.Object

ConfigDigester uses Jakarta Commons Digester to produce a FlashGatekeeper Config from an XML file.


Constructor Summary
ConfigDigester()
           
 
Method Summary
static Config digest(java.lang.String fileName)
           
static org.apache.commons.digester.Digester getConfigDigester()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigDigester

public ConfigDigester()
Method Detail

digest

public static Config digest(java.lang.String fileName)
                     throws java.io.IOException,
                            org.xml.sax.SAXException
Throws:
java.io.IOException
org.xml.sax.SAXException

getConfigDigester

public static org.apache.commons.digester.Digester getConfigDigester()