Sleuth Kit Java Bindings (JNI)  4.3
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.CaseDbConnectionInfo Class Reference

Public Member Functions

 CaseDbConnectionInfo (String hostNameOrIP, String portNumber, String userName, String password, DbType dbType)
 
DbType getDbType ()
 
String getHost ()
 
String getPassword ()
 
String getPort ()
 
String getUserName ()
 
void setDbType (DbType db)
 
void setHost (String host)
 
void setPassword (String pass)
 
void setPort (String port)
 
void setUserName (String user)
 

Private Attributes

DbType dbType
 
String hostNameOrIP
 
String password
 
String portNumber
 
String userName
 

Detailed Description

The intent of this class is to hold any information needed to connect to a remote database server, except for the actual database name. This does not hold information to connect to a local database such as SQLite.

It can be used generically to hold remote database connection information.

Definition at line 30 of file CaseDbConnectionInfo.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.CaseDbConnectionInfo.CaseDbConnectionInfo ( String  hostNameOrIP,
String  portNumber,
String  userName,
String  password,
DbType  dbType 
)

The intent of this class is to hold any information needed to connect to a remote database server, except for the actual database name. This does not hold information to connect to a local database such as SQLite.

It can be used generically to hold remote database connection information.

Parameters
hostNameOrIPthe host name
portNumberthe port number
userNamethe user name
passwordthe password
dbTypethe database type

Definition at line 52 of file CaseDbConnectionInfo.java.

References org.sleuthkit.datamodel.CaseDbConnectionInfo.dbType, org.sleuthkit.datamodel.CaseDbConnectionInfo.hostNameOrIP, org.sleuthkit.datamodel.CaseDbConnectionInfo.password, org.sleuthkit.datamodel.CaseDbConnectionInfo.portNumber, org.sleuthkit.datamodel.TskData.DbType.SQLITE, and org.sleuthkit.datamodel.CaseDbConnectionInfo.userName.

Member Function Documentation

DbType org.sleuthkit.datamodel.CaseDbConnectionInfo.getDbType ( )
String org.sleuthkit.datamodel.CaseDbConnectionInfo.getHost ( )
String org.sleuthkit.datamodel.CaseDbConnectionInfo.getPassword ( )
String org.sleuthkit.datamodel.CaseDbConnectionInfo.getPort ( )
String org.sleuthkit.datamodel.CaseDbConnectionInfo.getUserName ( )
void org.sleuthkit.datamodel.CaseDbConnectionInfo.setDbType ( DbType  db)

Definition at line 83 of file CaseDbConnectionInfo.java.

void org.sleuthkit.datamodel.CaseDbConnectionInfo.setHost ( String  host)

Definition at line 87 of file CaseDbConnectionInfo.java.

void org.sleuthkit.datamodel.CaseDbConnectionInfo.setPassword ( String  pass)

Definition at line 99 of file CaseDbConnectionInfo.java.

void org.sleuthkit.datamodel.CaseDbConnectionInfo.setPort ( String  port)

Definition at line 91 of file CaseDbConnectionInfo.java.

void org.sleuthkit.datamodel.CaseDbConnectionInfo.setUserName ( String  user)

Definition at line 95 of file CaseDbConnectionInfo.java.

Member Data Documentation

DbType org.sleuthkit.datamodel.CaseDbConnectionInfo.dbType
private
String org.sleuthkit.datamodel.CaseDbConnectionInfo.hostNameOrIP
private
String org.sleuthkit.datamodel.CaseDbConnectionInfo.password
private
String org.sleuthkit.datamodel.CaseDbConnectionInfo.portNumber
private
String org.sleuthkit.datamodel.CaseDbConnectionInfo.userName
private

The documentation for this class was generated from the following file:

Copyright © 2011-2015 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.