Packages

package model

The DAO model of the streambed identity package

Linear Supertypes
AnyRef, Any

Type Members

  1. case class User(username: String) extends Product with Serializable

    Data format for listing a user

  2. case class UserCredentials(username: String, password: String) extends Product with Serializable

    Data format for adding a new user

Inherited from AnyRef

Inherited from Any

Ungrouped