SafeJDBC v2.00

com.safejdbc.api
Class ParmsHolder

java.lang.Object
  extended by com.safejdbc.api.ParmsHolder

public class ParmsHolder
extends Object


Constructor Summary
ParmsHolder()
          Constructor.
 
Method Summary
 String getAlgorithm()
          Returns the symetric algorithm in use.
 String getProvider()
           
 String getSafeJdbcDbPassword()
           
 Properties getSafeJdbcDbProps()
           
 String getSafeJdbcDbUrl()
          Returns the SafeJDBC Db URL package protected so that apis don't see it.
 String getSafeJdbcDbUser()
           
 String getSafeJdbcLogFile()
           
 String getUserId()
          Returns the UserId in use.
 String getWrappedDriverName()
          Returns the Wrapped Driver Name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParmsHolder

public ParmsHolder()
            throws SQLException
Constructor.

Throws:
SQLException
Method Detail

getWrappedDriverName

public String getWrappedDriverName()
Returns the Wrapped Driver Name. package protected so that apis don't see it.


getSafeJdbcLogFile

public String getSafeJdbcLogFile()
Returns:
the Log File name

getUserId

public String getUserId()
Returns the UserId in use.


getProvider

public String getProvider()
Returns:
the Provider in use

getAlgorithm

public String getAlgorithm()
Returns the symetric algorithm in use.


getSafeJdbcDbUrl

public String getSafeJdbcDbUrl()
Returns the SafeJDBC Db URL package protected so that apis don't see it.


getSafeJdbcDbProps

public Properties getSafeJdbcDbProps()
Returns:
the SafeJDBC Db properties

getSafeJdbcDbUser

public String getSafeJdbcDbUser()
Returns:
the SafeJDBC Db User

getSafeJdbcDbPassword

public String getSafeJdbcDbPassword()
Returns:
the SafeJDBC Db Password

SafeJDBC v2.00

Copyright © SafeLogic 2011