toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.identity
/
UserService
User
Service
interface
UserService
<
U
:
User
>
Members
Functions
find
By
Id
Link copied to clipboard
abstract
fun
findById
(
id
:
String
)
:
U
?
provision
User
Link copied to clipboard
open
fun
provisionUser
(
userInfo
:
U
)
:
U
Add the user to the system. Default implementation refuses to do so.