Package

com.ubirch.user.model

rest

Permalink

package rest

Visibility
  1. Public
  2. All

Type Members

  1. case class AllowedUsers(groupId: UUID, allowedUsers: Set[UUID]) extends Product with Serializable

    Permalink

    author: cvandrei since: 2017-03-29

  2. case class Context(id: Option[UUID] = None, displayName: String) extends Product with Serializable

    Permalink

    author: cvandrei since: 2017-03-29

  3. case class Group(id: Option[UUID] = None, displayName: String, ownerId: UUID, contextId: UUID, allowedUsers: Set[UUID] = Set.empty) extends Product with Serializable

    Permalink

    author: cvandrei since: 2017-03-29

  4. case class User(id: Option[UUID] = None, displayName: String, providerId: String, externalId: String, locale: String) extends Product with Serializable

    Permalink

    author: cvandrei since: 2017-03-29

Ungrouped