openr66.configuration
Class AuthenticationFileBasedConfiguration

java.lang.Object
  extended by openr66.configuration.AuthenticationFileBasedConfiguration

public class AuthenticationFileBasedConfiguration
extends Object

Authentication from File support

Author:
Frederic Bregier

Constructor Summary
AuthenticationFileBasedConfiguration()
           
 
Method Summary
static boolean loadAuthentication(Configuration config, String filename)
          Load Authentication from File
static void writeXML(Configuration config, String filename)
          Write all authentication to a file with filename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationFileBasedConfiguration

public AuthenticationFileBasedConfiguration()
Method Detail

loadAuthentication

public static boolean loadAuthentication(Configuration config,
                                         String filename)
Load Authentication from File

Parameters:
filename -
Returns:
True if OK

writeXML

public static void writeXML(Configuration config,
                            String filename)
                     throws OpenR66ProtocolSystemException,
                            goldengate.common.database.exception.GoldenGateDatabaseNoConnectionException,
                            goldengate.common.database.exception.GoldenGateDatabaseSqlException
Write all authentication to a file with filename

Parameters:
filename -
Throws:
OpenR66ProtocolSystemException
goldengate.common.database.exception.GoldenGateDatabaseNoConnectionException
goldengate.common.database.exception.GoldenGateDatabaseSqlException


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.