DbAccess

interface DbAccess

Functions

Link copied to clipboard
abstract fun getPassword(user: String?): String?

Intended to return the user's password based on the username

Link copied to clipboard
abstract fun getPermissions(user: String?): Set<String?>?
Link copied to clipboard
abstract fun getRoles(user: String?): Set<String?>?

Takes a username