Open Kilda Java Documentation
org.usermanagement.dao.entity.UserEntity Class Reference
Inheritance diagram for org.usermanagement.dao.entity.UserEntity:
org.openkilda.entity.BaseEntity

Public Member Functions

Set< RoleEntitygetRoles ()
 
void setRoles (final Set< RoleEntity > roles)
 
Long getUserId ()
 
void setUserId (final Long userId)
 
String getUsername ()
 
void setUsername (final String username)
 
String getPassword ()
 
void setPassword (final String password)
 
String getName ()
 
void setName (final String name)
 
String getEmail ()
 
void setEmail (final String email)
 
Date getLoginTime ()
 
void setLoginTime (final Date loginTime)
 
Date getLogoutTime ()
 
void setLogoutTime (final Date logoutTime)
 
Boolean getActiveFlag ()
 
void setActiveFlag (final Boolean activeFlag)
 
void setActiveFlag (final String activeFlag)
 
Boolean getIsAuthorized ()
 
void setIsAuthorized (final Boolean isAuthorized)
 
void setIsAuthorized (final String isAuthorized)
 
StatusEntity getStatusEntity ()
 
void setStatusEntity (final StatusEntity statusEntity)
 
boolean getIs2FaEnabled ()
 
void setIs2FaEnabled (final boolean is2FaEnabled)
 
boolean getIs2FaConfigured ()
 
void setIs2FaConfigured (final boolean is2FaConfigured)
 
String getTwoFaKey ()
 
void setTwoFaKey (final String twoFaKey)
 
String toString ()
 
- Public Member Functions inherited from org.openkilda.entity.BaseEntity
Long getCreatedBy ()
 
void setCreatedBy (Long createdBy)
 
Date getCreatedDate ()
 
void setCreatedDate (Date createdDate)
 
Long getUpdatedBy ()
 
void setUpdatedBy (Long updatedBy)
 
Date getUpdatedDate ()
 
void setUpdatedDate (Date updatedDate)
 

Detailed Description

The Class UserEntity.

Definition at line 27 of file UserEntity.java.

Member Function Documentation

◆ 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 ( )

Gets the email.

Returns
the email

Definition at line 185 of file UserEntity.java.

◆ 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 ( )

Gets the name.

Returns
the name

Definition at line 167 of file UserEntity.java.

◆ getPassword()

String org.usermanagement.dao.entity.UserEntity.getPassword ( )

Gets the password.

Returns
the password

Definition at line 149 of file UserEntity.java.

◆ getRoles()

Set<RoleEntity> org.usermanagement.dao.entity.UserEntity.getRoles ( )

Gets the roles.

Returns
the roles

Definition at line 95 of file UserEntity.java.

◆ 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 ( )

Gets the user id.

Returns
the user id

Definition at line 113 of file UserEntity.java.

◆ getUsername()

String org.usermanagement.dao.entity.UserEntity.getUsername ( )

Gets the username.

Returns
the username

Definition at line 131 of file UserEntity.java.

◆ setActiveFlag() [1/2]

void org.usermanagement.dao.entity.UserEntity.setActiveFlag ( final Boolean  activeFlag)

Sets the active flag.

Parameters
activeFlagthe 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
activeFlagthe new active flag

Definition at line 257 of file UserEntity.java.

◆ setEmail()

void org.usermanagement.dao.entity.UserEntity.setEmail ( final String  email)

Sets the email.

Parameters
emailthe new email

Definition at line 194 of file UserEntity.java.

◆ setIs2FaConfigured()

void org.usermanagement.dao.entity.UserEntity.setIs2FaConfigured ( final boolean  is2FaConfigured)

Sets the checks if is 2 fa configured.

Parameters
is2FaConfiguredthe 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
is2FaEnabledthe 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
isAuthorizedthe 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
isAuthorizedthe 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
loginTimethe 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
logoutTimethe new logout time

Definition at line 230 of file UserEntity.java.

◆ setName()

void org.usermanagement.dao.entity.UserEntity.setName ( final String  name)

Sets the name.

Parameters
namethe new name

Definition at line 176 of file UserEntity.java.

◆ setPassword()

void org.usermanagement.dao.entity.UserEntity.setPassword ( final String  password)

Sets the password.

Parameters
passwordthe new password

Definition at line 158 of file UserEntity.java.

◆ setRoles()

void org.usermanagement.dao.entity.UserEntity.setRoles ( final Set< RoleEntity roles)

Sets the roles.

Parameters
rolesthe new roles

Definition at line 104 of file UserEntity.java.

◆ setStatusEntity()

void org.usermanagement.dao.entity.UserEntity.setStatusEntity ( final StatusEntity  statusEntity)

Sets the status entity.

Parameters
statusEntitythe 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
twoFaKeythe new two fa key

Definition at line 356 of file UserEntity.java.

◆ setUserId()

void org.usermanagement.dao.entity.UserEntity.setUserId ( final Long  userId)

Sets the user id.

Parameters
userIdthe new user id

Definition at line 122 of file UserEntity.java.

◆ setUsername()

void org.usermanagement.dao.entity.UserEntity.setUsername ( final String  username)

Sets the username.

Parameters
usernamethe new username

Definition at line 140 of file UserEntity.java.

◆ toString()

String org.usermanagement.dao.entity.UserEntity.toString ( )

Definition at line 364 of file UserEntity.java.


The documentation for this class was generated from the following file: