User

@MappedSuperclass
open class User : Identifiable, UserDetails

Inheritors

Constructors

Link copied to clipboard
constructor()
constructor(username: String, rawPassword: String)
constructor(username: String, encodedPassword: SafePassword)

Functions

Link copied to clipboard
open fun getAuthorities(): Collection<out GrantedAuthority>
Link copied to clipboard
open fun getId(): Long
Link copied to clipboard
open fun getPassword(): String
Link copied to clipboard
abstract fun getUsername(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun isEnabled(): Boolean
Link copied to clipboard
open fun setId(id: Long)
Link copied to clipboard
open fun updateLoginTime()