Index
All Classes and Interfaces|All Packages|Serialized Form
U
- update(String, String, accountRequest) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.account.accountController
-
Updates user account information based on the specified type parameter.
- updateDescription(String, Optional<String>) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.account.accountService
-
The function `updateDescription` takes a token and optional data to update the description of an account, checking for XSS attacks before saving the changes.
- updatePassword(String, Optional<String>) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.account.accountService
-
The function `updatePassword` takes a token and optional password data, updates the password for the account associated with the token, and returns a response entity with the result.
- updateTitle(String, Optional<String>) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.account.accountService
-
The function `updateTitle` takes a token and optional data to update the title of an account, checking for XSS attacks before saving the changes and returning a response.
- updateUsername(String, Optional<String>) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.account.accountService
-
The function `updateUsername` takes a token and optional data to update the username in the database, handling XSS detection and existing username conflicts.
All Classes and Interfaces|All Packages|Serialized Form