Index
All Classes and Interfaces|All Packages|Serialized Form
G
- generateToken(String) - Static method in class vn.edu.uit.csbu.software_design.software_design_backend.jwt.JWTUtil
-
The `generateToken` function creates a JWT token with the given ID, issued at the current time, and set to expire after a specified duration.
- getAccountId() - Method in class vn.edu.uit.csbu.software_design.software_design_backend.following.followingModel
-
Gets account id.
- getCurrentStreaming(int, String) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.livestream.LivestreamService
-
The function `getCurrentStreaming` retrieves live streaming information from a specified server and returns a list of account details for the live streams.
- getCurrentStreaming(Integer) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.livestream.LivestreamController
-
This Java function retrieves the current streaming accounts with an optional page parameter.
- getDescription() - Method in class vn.edu.uit.csbu.software_design.software_design_backend.account.accountModel
-
Get description string.
- getFollowerCount() - Method in class vn.edu.uit.csbu.software_design.software_design_backend.account.accountModel
-
The function `getFollowerCount` returns the size of a collection named `follower` while being ignored during serialization.
- getFollowerCount(String) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.account.accountController
-
This Java function retrieves the follower count for a user account using the provided authorization token.
- getFollowing(String) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.account.accountController
-
Retrieves the stream key for the authenticated user.
- getFollowingStreamId() - Method in class vn.edu.uit.csbu.software_design.software_design_backend.account.accountModel
-
Get following stream id list.
- getHashedStringOfLength(String, int) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.Security
-
The function `getHashedStringOfLength` takes an input string, hashes it using SHA algorithm, and returns a hashed string of specified length by either truncating or padding with '0's.
- getId() - Method in class vn.edu.uit.csbu.software_design.software_design_backend.account.accountModel
-
Get id string.
- getMessage() - Method in class vn.edu.uit.csbu.software_design.software_design_backend.chat.Message
-
Get message string.
- getName() - Method in class vn.edu.uit.csbu.software_design.software_design_backend.account.accountModel
-
Get name string.
- getPassword() - Method in class vn.edu.uit.csbu.software_design.software_design_backend.account.accountModel
-
Get password string.
- getRoomId() - Method in class vn.edu.uit.csbu.software_design.software_design_backend.chat.Message
-
Get room id string.
- getSHA(String) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.Security
-
The function `getSHA` calculates the SHA-3-256 hash of a given input string and returns it as a byte array.
- getStreamerId() - Method in class vn.edu.uit.csbu.software_design.software_design_backend.following.followingModel
-
Gets streamer id.
- getStreamKey() - Method in class vn.edu.uit.csbu.software_design.software_design_backend.account.accountModel
-
Get stream key string.
- getStreamKey(String) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.account.accountController
-
Retrieves the stream key for the authenticated user.
- getTitle() - Method in class vn.edu.uit.csbu.software_design.software_design_backend.account.accountModel
-
Get title string.
- getUser() - Method in class vn.edu.uit.csbu.software_design.software_design_backend.chat.Message
-
Get user string.
All Classes and Interfaces|All Packages|Serialized Form