Package | Description |
---|---|
org.transitime.db.webstructs |
Database classes used for the website.
|
Modifier and Type | Method and Description |
---|---|
ApiKey |
ApiKeyManager.generateApiKey(java.lang.String applicationName,
java.lang.String applicationUrl,
java.lang.String email,
java.lang.String phone,
java.lang.String description)
Generates the new ApiKey and stores it in the db.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ApiKey> |
ApiKeyManager.getApiKeys()
Gets the API keys from the database.
|
static java.util.List<ApiKey> |
ApiKey.getApiKeys(org.hibernate.Session session)
Reads in all keys from database.
|