Index

A C D F G L M N P S T 
All Classes and Interfaces|All Packages

L

LoginRecord - Class in com.fyp.tauceti.entity
The LoginRecord entity maps to the LOGIN_RECORD database table
LoginRecord() - Constructor for class com.fyp.tauceti.entity.LoginRecord
 
LoginRecord(LocalDateTime, SiteUser) - Constructor for class com.fyp.tauceti.entity.LoginRecord
 
LoginRecordController - Class in com.fyp.tauceti.controller
Spring Controller for interacting with the LOGIN_RECORD database table through web APIs
LoginRecordController(LoginRecordRepository) - Constructor for class com.fyp.tauceti.controller.LoginRecordController
Paramterised Constructor
LoginRecordRepository - Interface in com.fyp.tauceti.repository
Repository for generating SQL commands to apply to the LOGIN_RECORD database table
logins() - Method in class com.fyp.tauceti.controller.LoginRecordController
"/login-record" endpoint: Accepts GET requests
loginSiteUser(SiteUser) - Method in class com.fyp.tauceti.controller.SiteUserController
"/login" endpoint: Accepts POST request when a user tries to login to the site
A C D F G L M N P S T 
All Classes and Interfaces|All Packages