Package org.keycloak.config.database
Class Database
java.lang.Object
org.keycloak.config.database.Database
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDatabaseKind
(String alias) getDefaultUrl
(String namedProperty, String alias) The represents name of the named datasource if we need to set the URL for additional datasourcegetDialect
(String alias) static Optional<Database.Vendor>
static boolean
isLiquibaseDatabaseSupported
(String databaseType, String dbKind)
-
Constructor Details
-
Database
public Database()
-
-
Method Details
-
isLiquibaseDatabaseSupported
-
getVendor
-
getDatabaseKind
-
getDefaultUrl
The represents name of the named datasource if we need to set the URL for additional datasource -
getDriver
-
getDialect
-
getDatabaseAliases
- Returns:
- List of aliases of databases
-