The Class UserEntity.
Definition at line 27 of file UserEntity.java.
◆ getActiveFlag()
Boolean org.usermanagement.dao.entity.UserEntity.getActiveFlag |
( |
| ) |
|
Gets the active flag.
- Returns
- the active flag
Definition at line 239 of file UserEntity.java.
◆ getEmail()
String org.usermanagement.dao.entity.UserEntity.getEmail |
( |
| ) |
|
◆ getIs2FaConfigured()
boolean org.usermanagement.dao.entity.UserEntity.getIs2FaConfigured |
( |
| ) |
|
Gets the checks if is 2 fa configured.
- Returns
- the checks if is 2 fa configured
Definition at line 329 of file UserEntity.java.
◆ getIs2FaEnabled()
boolean org.usermanagement.dao.entity.UserEntity.getIs2FaEnabled |
( |
| ) |
|
Gets the checks if is 2 fa enabled.
- Returns
- the checks if is 2 fa enabled
Definition at line 311 of file UserEntity.java.
◆ getIsAuthorized()
Boolean org.usermanagement.dao.entity.UserEntity.getIsAuthorized |
( |
| ) |
|
Gets the checks if is authorized.
- Returns
- the checks if is authorized
Definition at line 266 of file UserEntity.java.
◆ getLoginTime()
Date org.usermanagement.dao.entity.UserEntity.getLoginTime |
( |
| ) |
|
Gets the login time.
- Returns
- the login time
Definition at line 203 of file UserEntity.java.
◆ getLogoutTime()
Date org.usermanagement.dao.entity.UserEntity.getLogoutTime |
( |
| ) |
|
Gets the logout time.
- Returns
- the logout time
Definition at line 221 of file UserEntity.java.
◆ getName()
String org.usermanagement.dao.entity.UserEntity.getName |
( |
| ) |
|
◆ getPassword()
String org.usermanagement.dao.entity.UserEntity.getPassword |
( |
| ) |
|
◆ getRoles()
Set<RoleEntity> org.usermanagement.dao.entity.UserEntity.getRoles |
( |
| ) |
|
◆ getStatusEntity()
StatusEntity org.usermanagement.dao.entity.UserEntity.getStatusEntity |
( |
| ) |
|
Gets the status entity.
- Returns
- the status entity
Definition at line 293 of file UserEntity.java.
◆ getTwoFaKey()
String org.usermanagement.dao.entity.UserEntity.getTwoFaKey |
( |
| ) |
|
Gets the two fa key.
- Returns
- the two fa key
Definition at line 347 of file UserEntity.java.
◆ getUserId()
Long org.usermanagement.dao.entity.UserEntity.getUserId |
( |
| ) |
|
◆ getUsername()
String org.usermanagement.dao.entity.UserEntity.getUsername |
( |
| ) |
|
◆ setActiveFlag() [1/2]
void org.usermanagement.dao.entity.UserEntity.setActiveFlag |
( |
final Boolean |
activeFlag | ) |
|
Sets the active flag.
- Parameters
-
activeFlag | the new active flag |
Definition at line 248 of file UserEntity.java.
◆ setActiveFlag() [2/2]
void org.usermanagement.dao.entity.UserEntity.setActiveFlag |
( |
final String |
activeFlag | ) |
|
Sets the active flag.
- Parameters
-
activeFlag | the new active flag |
Definition at line 257 of file UserEntity.java.
◆ setEmail()
void org.usermanagement.dao.entity.UserEntity.setEmail |
( |
final String |
email | ) |
|
◆ setIs2FaConfigured()
void org.usermanagement.dao.entity.UserEntity.setIs2FaConfigured |
( |
final boolean |
is2FaConfigured | ) |
|
Sets the checks if is 2 fa configured.
- Parameters
-
is2FaConfigured | the new checks if is 2 fa configured |
Definition at line 338 of file UserEntity.java.
◆ setIs2FaEnabled()
void org.usermanagement.dao.entity.UserEntity.setIs2FaEnabled |
( |
final boolean |
is2FaEnabled | ) |
|
Sets the checks if is 2 fa enabled.
- Parameters
-
is2FaEnabled | the new checks if is 2 fa enabled |
Definition at line 320 of file UserEntity.java.
◆ setIsAuthorized() [1/2]
void org.usermanagement.dao.entity.UserEntity.setIsAuthorized |
( |
final Boolean |
isAuthorized | ) |
|
Sets the checks if is authorized.
- Parameters
-
isAuthorized | the new checks if is authorized |
Definition at line 275 of file UserEntity.java.
◆ setIsAuthorized() [2/2]
void org.usermanagement.dao.entity.UserEntity.setIsAuthorized |
( |
final String |
isAuthorized | ) |
|
Sets the checks if is authorized.
- Parameters
-
isAuthorized | the new checks if is authorized |
Definition at line 284 of file UserEntity.java.
◆ setLoginTime()
void org.usermanagement.dao.entity.UserEntity.setLoginTime |
( |
final Date |
loginTime | ) |
|
Sets the login time.
- Parameters
-
loginTime | the new login time |
Definition at line 212 of file UserEntity.java.
◆ setLogoutTime()
void org.usermanagement.dao.entity.UserEntity.setLogoutTime |
( |
final Date |
logoutTime | ) |
|
Sets the logout time.
- Parameters
-
logoutTime | the new logout time |
Definition at line 230 of file UserEntity.java.
◆ setName()
void org.usermanagement.dao.entity.UserEntity.setName |
( |
final String |
name | ) |
|
◆ setPassword()
void org.usermanagement.dao.entity.UserEntity.setPassword |
( |
final String |
password | ) |
|
◆ setRoles()
void org.usermanagement.dao.entity.UserEntity.setRoles |
( |
final Set< RoleEntity > |
roles | ) |
|
◆ setStatusEntity()
void org.usermanagement.dao.entity.UserEntity.setStatusEntity |
( |
final StatusEntity |
statusEntity | ) |
|
Sets the status entity.
- Parameters
-
statusEntity | the new status entity |
Definition at line 302 of file UserEntity.java.
◆ setTwoFaKey()
void org.usermanagement.dao.entity.UserEntity.setTwoFaKey |
( |
final String |
twoFaKey | ) |
|
Sets the two fa key.
- Parameters
-
twoFaKey | the new two fa key |
Definition at line 356 of file UserEntity.java.
◆ setUserId()
void org.usermanagement.dao.entity.UserEntity.setUserId |
( |
final Long |
userId | ) |
|
◆ setUsername()
void org.usermanagement.dao.entity.UserEntity.setUsername |
( |
final String |
username | ) |
|
◆ toString()
String org.usermanagement.dao.entity.UserEntity.toString |
( |
| ) |
|
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/usermanagement/dao/entity/UserEntity.java