Package

com.ubirch.user.core

actor

Permalink

package actor

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. class ContextActor extends Actor with ActorLogging

    Permalink

    author: cvandrei since: 2017-03-29

  3. case class CreateContext(context: Context) extends Product with Serializable

    Permalink
  4. case class CreateGroup(group: Group) extends Product with Serializable

    Permalink
  5. case class CreateUser(user: User) extends Product with Serializable

    Permalink
  6. case class DeleteAllowedUsers(groupId: UUID, allowedUsers: Set[UUID]) extends Product with Serializable

    Permalink
  7. case class DeleteContext(id: UUID) extends Product with Serializable

    Permalink
  8. case class DeleteGroup(id: UUID) extends Product with Serializable

    Permalink
  9. case class DeleteGroupByName(name: String) extends Product with Serializable

    Permalink
  10. case class DeleteUser(providerId: String, externalUserId: String) extends Product with Serializable

    Permalink
  11. case class FindContextByName(name: String) extends Product with Serializable

    Permalink
  12. case class FindGroup(id: UUID) extends Product with Serializable

    Permalink
  13. case class FindGroupByName(name: String) extends Product with Serializable

    Permalink
  14. case class FindMemberOf(contextName: String, providerId: String, externalUserId: String) extends Product with Serializable

    Permalink
  15. case class FindUser(providerId: String, externalUserId: String) extends Product with Serializable

    Permalink
  16. case class FoundMemberOf(groups: Set[Group]) extends Product with Serializable

    Permalink
  17. case class GetContext(id: UUID) extends Product with Serializable

    Permalink
  18. class GroupActor extends Actor with ActorLogging

    Permalink

    author: cvandrei since: 2017-03-30

  19. case class UpdateContext(context: Context) extends Product with Serializable

    Permalink
  20. case class UpdateGroup(group: Group) extends Product with Serializable

    Permalink
  21. case class UpdateUser(providerId: String, externalUserId: String, user: User) extends Product with Serializable

    Permalink
  22. class UserActor extends Actor with ActorLogging

    Permalink

    author: cvandrei since: 2017-03-30

Value Members

  1. object ActorNames

    Permalink

    author: cvandrei since: 2017-03-29

Ungrouped