Class PostgresConnectionParameters
- java.lang.Object
- 
- edu.uiuc.ncsa.security.storage.sql.SQLConnectionImpl
- 
- edu.uiuc.ncsa.security.storage.sql.postgres.PostgresConnectionParameters
 
 
- 
- All Implemented Interfaces:
- ConnectionParameters
 
 public class PostgresConnectionParameters extends SQLConnectionImpl Created by Jeff Gaynor 
 on Jun 23, 2010 at 7:56:23 PM
- 
- 
Field Summary- 
Fields inherited from class edu.uiuc.ncsa.security.storage.sql.SQLConnectionImpldatabaseName, host, jdbcDriver, password, port, schema, username, useSSL
 
- 
 - 
Constructor SummaryConstructors Constructor Description PostgresConnectionParameters(String username, String password, String databaseName, String schema, String host, int port, String jdbcDriver, boolean useSSL, String parameters)PostgresConnectionParameters(net.sf.json.JSONObject jsonObject)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJdbcUrl()The jdbc url for non-admin tasks.- 
Methods inherited from class edu.uiuc.ncsa.security.storage.sql.SQLConnectionImpladdParameters, equals, fromJSON, getDatabaseName, getParameters, getPassword, getSchema, getUsername, init, toJSON, toString
 
- 
 
- 
- 
- 
Method Detail- 
getJdbcUrlpublic String getJdbcUrl() The jdbc url for non-admin tasks. If no username and password is set, then don't use one.- Returns:
 
 
- 
 
-