openr66.configuration
Class AuthenticationFileBasedConfiguration
java.lang.Object
openr66.configuration.AuthenticationFileBasedConfiguration
public class AuthenticationFileBasedConfiguration
- extends Object
Authentication from File support
- Author:
- Frederic Bregier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationFileBasedConfiguration
public AuthenticationFileBasedConfiguration()
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.