Class | Description |
---|---|
ApiToken |
DB entity of an API token (Personal Access Token, PAT).
|
Batch |
DB entity of a batch.
|
Component |
DB entity of a component.
|
ComponentResult |
DB entity of a component result.
|
GroupResult |
DB entity of a group result.
|
LoginAttempt |
DB entity of a failed login attempt
|
Study |
DB entity of a study.
|
StudyLink |
DB entity of a study link that can be used to run a study.
|
StudyResult |
DB entity of a study result.
|
StudyResultStatus |
DB Entity and JSON model representing the status of a StudyResult.
|
User |
DB entity of a user.
|
Enum | Description |
---|---|
ComponentResult.ComponentState |
State of this component run (it actually should be called ComponentResultState)
|
GroupResult.GroupState | |
StudyResult.StudyState |
State of this study run (it actual should be called StudyResultState)
|
User.AuthMethod |
Possible authentication methods
|
User.Role |
Roles are used for authorization within JATOS GUI
|