Package io.deephaven.authentication.sql
Class BasicSqlConfig
java.lang.Object
io.deephaven.authentication.sql.BasicSqlConfig
Contains the configurable assumptions of this project - the JDBC connection string, properties to pass to that
connection, basic structure of the tables to use.
-
Field Details
-
JDBC_CONNECTION_STRING
-
JDBC_CONNECTION_PROPS
-
SCHEMA
- See Also:
-
USER_TABLE
- See Also:
-
USER_NAME_COLUMN
- See Also:
-
USER_PASSWORD_COLUMN
- See Also:
-
USER_ROUNDS_COLUMN
- See Also:
-
BCRYPT_LOG_ROUNDS
public static final int BCRYPT_LOG_ROUNDS
-
-
Constructor Details
-
BasicSqlConfig
public BasicSqlConfig()
-
-
Method Details
-
getConnection
- Throws:
SQLException
-