AuthenticationLog

@Entity
interface AuthenticationLog

Inheritors

Properties

Link copied to clipboard
abstract val clientId: String?

客户端 ID

Link copied to clipboard
abstract val errorMessage: String?

错误信息

Link copied to clipboard
abstract val grantType: String?

授权属性

Link copied to clipboard
@Id
abstract val id: Long

ID

Link copied to clipboard
abstract val ip: String?

IP

Link copied to clipboard
abstract val occurredAt: Instant?

发生时间

Link copied to clipboard
abstract val success: Boolean?

成功

Link copied to clipboard
abstract val userAgent: String?

用户代理

Link copied to clipboard
abstract val username: String?

用户名

Functions

Link copied to clipboard
@GeneratedBy(type = AuthenticationLog::class)
fun AuthenticationLog.copy(resolveImmediately: Boolean = false, block: AuthenticationLogDraft.() -> Unit): AuthenticationLog