ExposedCredentialStore

JDBC-backed CredentialStore implementation using Exposed tables.

Constructors

Link copied to clipboard
constructor(db: Database)

Functions

Link copied to clipboard
open suspend override fun findById(id: CredentialId): StoredCredential?
Link copied to clipboard
open suspend override fun findByUserId(userId: UserHandle): List<StoredCredential>
Link copied to clipboard
open suspend override fun save(credential: StoredCredential)
Link copied to clipboard
open suspend override fun updateSignCount(id: CredentialId, signCount: Long)