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. class DeepCheckActor extends Actor with ActorLogging

    Permalink

    author: cvandrei since: 2017-06-06

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

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

    Permalink
  9. case class DeleteGroup(id: UUID) 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 FindMemberOf(contextName: String, providerId: String, externalUserId: String) extends Product with Serializable

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

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

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

    Permalink
  17. class GroupActor extends Actor with ActorLogging

    Permalink

    author: cvandrei since: 2017-03-30

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

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

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

    Permalink
  21. 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

  2. object ContextActor

    Permalink
  3. object DeepCheckActor

    Permalink
  4. object GroupActor

    Permalink
  5. object UserActor

    Permalink

Ungrouped