All Classes

Class Description
Agency
Database translation specification for agency table
AgencyRepository
Database interaction interface.
AppConfig
Any spring config that needs to be done that cant be done in application.[ENVIRONMENT].properties
AuthController
Authentication api
AuthController.AuthCredentials  
AuthService
AuthService implementation
CreatedResponse<T>
More ergonomic response
Default
Contains / mapping for checking if API is alive and what version.
Environment
General app environment settings.
ERROR_CODE
Error codes for the view layer to use in generating user messages
ErrorResponse<T>
More ergonomic response
IAuthService
AuthService interface
IotBackofficeAuthApplication
Contains main, initializes Spring
IUserService
UserService interface.
OkResponse<T>
More ergonomic response
Pair<K,​V>
Simple Pair implementation
PasswordUtils
Utility class for passwords
RefreshToken
Database translation specification for refresh_token table
RegisterController
Register endpoint
RegisterController.RegisterCredentials  
Response<T>
More ergonomic response interface
TokenRepository
Database interaction interface.
TokensUtils
Utility class for tokens
UnauthorizedResponse<T>
More ergonomic response
User
Database translation specification for users table
UserRepository
Database interaction interface.
UsersController
Users API
UsersController.UpdateUser  
UserService
UserService implementation
UserUtils
Utility class for users
ValidationError
ValidationError instances represent an error in user submitted data See ERROR_CODE enum.
ValidationError.Validatable