All Classes and Interfaces
Class
Description
This is an abstract class that provides common functionality for all API controllers.
The CSRF controller is used to get a CSRF token.
This is a model class that represents the current user.
This is a service that provides information about the current user.
This is a service that provides information about the current user.
This is an error class for a custom RuntimeException in Java that is used to indicate
when an entity of a specific type with a given ID is not found.
The ExampleApplication class is the main entry point for the application.
The is a service that retrieves and logs the granted authorities for the
current user's authentication.
This class is an Aspect that logs all invocations of controller methods that are annotated
with
@RequestMapping
, @GetMapping
, @PostMapping
, @PutMapping
, @DeleteMapping
,
or @PatchMapping
.This is a model class that represents system information.
This is a REST controller for getting information about the system.
The SystemInfoService is a service that provides global information about
the system and makes it available to the frontend.
This is a service for getting information about the system.
This is a JPA entity that represents a todo.
The TodoRepository is a repository for Todo entities.
This is a REST controller for Todos
This is a JPA entity that represents a UCSBDate, i.e. an entry
that comes from the UCSB API for academic calendar dates.
The UCSBDateRepository is a repository for UCSBDate entities.
This is a REST controller for UCSBDates
This is a JPA entity that represents a user.
This is a REST controller for getting information about the current user.
The UserRepository is a repository for User entities.
This is a REST controller for getting information about the users.
This is a service for mocking authentication using wiremock
This class relies on property values.
This is a dummy service for profiles besides wiremock where we do not want the mocked authentication,
but instead real oauth authentication
This is a service for mocking authentication using wiremock
This class relies on property values.