Uses of Class
openr66.database.data.DbHostAuth

Packages that use DbHostAuth
openr66.client Classes implementing Clients 
openr66.context.authentication Classes implementing Authentication 
openr66.database.data Classes implementing Database Data model 
openr66.protocol.configuration Class implementing Configuration 
 

Uses of DbHostAuth in openr66.client
 

Constructors in openr66.client with parameters of type DbHostAuth
Message(NetworkTransaction networkTransaction, R66Future future, DbHostAuth hostAuth, TestPacket packet)
           
 

Uses of DbHostAuth in openr66.context.authentication
 

Methods in openr66.context.authentication that return DbHostAuth
static DbHostAuth R66Auth.getServerAuth(goldengate.common.database.DbSession dbSession, String server)
           
 

Uses of DbHostAuth in openr66.database.data
 

Methods in openr66.database.data that return DbHostAuth
static DbHostAuth[] DbHostAuth.deleteAll(goldengate.common.database.DbSession dbSession)
          Delete all entries (used when purge and reload)
static DbHostAuth[] DbHostAuth.getAllHosts(goldengate.common.database.DbSession dbSession)
          Get All DbHostAuth from database or from internal hashMap in case of no database support
static DbHostAuth DbHostAuth.getFromStatement(goldengate.common.database.DbPreparedStatement preparedStatement)
          For instance from Commander when getting updated information
 

Uses of DbHostAuth in openr66.protocol.configuration
 

Fields in openr66.protocol.configuration declared as DbHostAuth
 DbHostAuth Configuration.HOST_AUTH
          Server Actual Authentication
 DbHostAuth Configuration.HOST_SSLAUTH
          Server Actual SSL Authentication
 



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