UserService

interface UserService<U : User>

Functions

Link copied to clipboard
abstract fun findById(id: String): U?
Link copied to clipboard
open fun provisionUser(userInfo: U): U

Add the user to the system. Default implementation refuses to do so.