AuthenticationLogRepository

认证日志仓储接口

定义认证日志数据的查询与持久化操作

Inheritors

Functions

Link copied to clipboard
abstract fun save(authenticationLog: AuthenticationLog): AuthenticationLog

保存认证日志

Link copied to clipboard
abstract fun saveAndFlush(authenticationLog: AuthenticationLog): AuthenticationLog

保存认证日志并立即刷新