Package

com.ubirch.auth.core

actor

Permalink

package actor

Visibility
  1. Public
  2. All

Type Members

  1. case class ContextProviderIds(context: String) extends Product with Serializable

    Permalink
  2. class DeepCheckActor extends Actor with ActorLogging

    Permalink

    author: cvandrei since: 2017-06-08

  3. case class DeleteState(provider: String, state: String) extends Product with Serializable

    Permalink
  4. case class DeleteToken(token: String) extends Product with Serializable

    Permalink
  5. case class GetActiveContexts() extends Product with Serializable

    Permalink
  6. case class GetActiveProviderIds() extends Product with Serializable

    Permalink
  7. case class GetContextProvider(context: String, provider: String) extends Product with Serializable

    Permalink
  8. case class GetContextProviders(context: String) extends Product with Serializable

    Permalink
  9. case class GetInfo(userContext: UserContext) extends Product with Serializable

    Permalink
  10. case class GetProviderBaseConfig(providerId: String) extends Product with Serializable

    Permalink
  11. case class GetProviderBaseConfigs() extends Product with Serializable

    Permalink
  12. case class GetProviderInfoList(context: String) extends Product with Serializable

    Permalink
  13. case class IsContextActive(context: String) extends Product with Serializable

    Permalink
  14. case class Logout(token: String) extends Product with Serializable

    Permalink
  15. class LogoutActor extends Actor with ActorLogging

    Permalink

    author: cvandrei since: 2017-02-01

  16. class OidcConfigActor extends Actor with ActorLogging

    Permalink

    author: cvandrei since: 2017-03-03

  17. class ProviderInfoActor extends Actor with ActorLogging

    Permalink

    author: cvandrei since: 2017-01-26

  18. case class ProviderInfoList(seq: Seq[ProviderInfo]) extends Product with Serializable

    Permalink
  19. case class RegisterUser(userContext: UserContext) extends Product with Serializable

    Permalink
  20. class RegistrationActor extends Actor with ActorLogging

    Permalink

    author: cvandrei since: 2017-04-20

  21. case class RememberState(provider: String, state: String) extends Product with Serializable

    Permalink
  22. case class RememberToken(context: String, token: String, providerId: String, userId: String, userName: String, locale: String) extends Product with Serializable

    Permalink
  23. class StateAndCodeActor extends Actor with ActorLogging

    Permalink

    author: cvandrei since: 2017-02-10

  24. case class UpdateInfo(userContext: UserContext, update: UserUpdate) extends Product with Serializable

    Permalink
  25. class UserInfoActor extends Actor with ActorLogging

    Permalink

    author: cvandrei since: 2017-04-25

  26. case class VerifyCode(context: String, provider: String, code: String, state: String) extends Product with Serializable

    Permalink
  27. case class VerifyCodeResult(token: Option[String] = None, errorType: Option[VerifyCodeError.Value] = None) extends Product with Serializable

    Permalink
  28. case class VerifyStateExists(provider: String, state: String) extends Product with Serializable

    Permalink
  29. case class VerifyTokenExists(token: String) extends Product with Serializable

    Permalink

Value Members

  1. object VerifyCodeError extends Enumeration

    Permalink
  2. package util

    Permalink

Ungrouped