| Class | Description |
|---|---|
| AbstractTerminatorController |
A class that stores the commonalities between all the Controller pieces of
the frontend.
|
| AccountController |
The Spring controller class for the account information view of the
Terminator web application.
|
| AccountInformationController |
The Spring controller class for the display of account information.
|
| BlockedController |
The Spring controller class for Blocked Users view of the Terminator web
application.
|
| FriendsController |
The Spring controller class for the Friends view of the Terminator web
application.
|
| GameCreationController |
The Spring controller class for the Create a game view of the Terminator
web application.
|
| GameIDPair |
This class holds a game object and its unique identification number so that
they may be associated with one another.
|
| GameInformationController |
The Spring controller class for the Game Information page of a game.
|
| SecurityController |
The Spring controller that handles the login and create new user pages (the
ones that have to interact with Spring Security).
|
| TerminatorIndexController |
The Spring controller class for the main view of the Terminator web
application.
|
| TerminatorUserDetailsService |
The Terminator implementation of a Spring Security UserDetailsService,
used for authentication.
|