Package com.embabel.agent.api.identity
Class SimpleUser
-
- All Implemented Interfaces:
-
com.embabel.agent.api.identity.User
public final class SimpleUser implements User
Convenient implementation class for a user
-
-
Constructor Summary
Constructors Constructor Description SimpleUser(String id, String displayName, String username, String email)
-
Method Summary
Modifier and Type Method Description StringgetId()User's id in this system. StringgetDisplayName()StringgetUsername()StringgetEmail()-
-
Method Detail
-
getId
String getId()
User's id in this system. Embabel-owned, stable. Additional keys will be added for other systems like Discord
-
getDisplayName
String getDisplayName()
-
getUsername
String getUsername()
-
-
-
-