The Class User.
- Author
- Gaurav Chugh
Definition at line 26 of file User.java.
◆ getActiveFlag()
Boolean org.openkilda.entity.User.getActiveFlag |
( |
| ) |
|
Gets the active flag.
- Returns
- the active flag
Definition at line 224 of file User.java.
◆ getEmail()
String org.openkilda.entity.User.getEmail |
( |
| ) |
|
Gets the email.
- Returns
- the email
Definition at line 170 of file User.java.
◆ getIsAuthorized()
String org.openkilda.entity.User.getIsAuthorized |
( |
| ) |
|
Gets the checks if is authorized.
- Returns
- the checks if is authorized
Definition at line 242 of file User.java.
◆ getLoginTime()
Timestamp org.openkilda.entity.User.getLoginTime |
( |
| ) |
|
Gets the login time.
- Returns
- the login time
Definition at line 188 of file User.java.
◆ getLogoutTime()
Timestamp org.openkilda.entity.User.getLogoutTime |
( |
| ) |
|
Gets the logout time.
- Returns
- the logout time
Definition at line 206 of file User.java.
◆ getName()
String org.openkilda.entity.User.getName |
( |
| ) |
|
Gets the name.
- Returns
- the name
Definition at line 152 of file User.java.
◆ getPassword()
String org.openkilda.entity.User.getPassword |
( |
| ) |
|
Gets the password.
- Returns
- the password
Definition at line 134 of file User.java.
◆ getRoles()
Set<Role> org.openkilda.entity.User.getRoles |
( |
| ) |
|
Gets the roles.
- Returns
- the roles
Definition at line 80 of file User.java.
◆ getUserId()
Long org.openkilda.entity.User.getUserId |
( |
| ) |
|
Gets the user id.
- Returns
- the user id
Definition at line 98 of file User.java.
◆ getUsername()
String org.openkilda.entity.User.getUsername |
( |
| ) |
|
Gets the username.
- Returns
- the username
Definition at line 116 of file User.java.
◆ setActiveFlag()
void org.openkilda.entity.User.setActiveFlag |
( |
Boolean |
activeFlag | ) |
|
Sets the active flag.
- Parameters
-
activeFlag | the new active flag |
Definition at line 233 of file User.java.
◆ setEmail()
void org.openkilda.entity.User.setEmail |
( |
String |
email | ) |
|
Sets the email.
- Parameters
-
Definition at line 179 of file User.java.
◆ setIsAuthorized()
void org.openkilda.entity.User.setIsAuthorized |
( |
String |
isAuthorized | ) |
|
Sets the checks if is authorized.
- Parameters
-
isAuthorized | the new checks if is authorized |
Definition at line 251 of file User.java.
◆ setLoginTime()
void org.openkilda.entity.User.setLoginTime |
( |
Timestamp |
loginTime | ) |
|
Sets the login time.
- Parameters
-
loginTime | the new login time |
Definition at line 197 of file User.java.
◆ setLogoutTime()
void org.openkilda.entity.User.setLogoutTime |
( |
Timestamp |
logoutTime | ) |
|
Sets the logout time.
- Parameters
-
logoutTime | the new logout time |
Definition at line 215 of file User.java.
◆ setName()
void org.openkilda.entity.User.setName |
( |
String |
name | ) |
|
Sets the name.
- Parameters
-
Definition at line 161 of file User.java.
◆ setPassword()
void org.openkilda.entity.User.setPassword |
( |
String |
password | ) |
|
Sets the password.
- Parameters
-
Definition at line 143 of file User.java.
◆ setRoles()
void org.openkilda.entity.User.setRoles |
( |
Set< Role > |
roles | ) |
|
Sets the roles.
- Parameters
-
Definition at line 89 of file User.java.
◆ setUserId()
void org.openkilda.entity.User.setUserId |
( |
Long |
userId | ) |
|
Sets the user id.
- Parameters
-
Definition at line 107 of file User.java.
◆ setUsername()
void org.openkilda.entity.User.setUsername |
( |
String |
username | ) |
|
Sets the username.
- Parameters
-
Definition at line 125 of file User.java.
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/openkilda-gui/src/main/java/org/openkilda/entity/User.java