Package

com.ubirch.auth.core

actor

Permalink

package actor

Visibility
  1. Public
  2. All

Type Members

  1. case class ContextProviderIds(context: String, appId: 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, appId: String, provider: String) extends Product with Serializable

    Permalink
  8. case class GetContextProviders(context: String, appId: 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, appId: 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, appId: 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 DeepCheckActor

    Permalink
  2. object LogoutActor

    Permalink
  3. object OidcConfigActor

    Permalink
  4. object ProviderInfoActor

    Permalink
  5. object RegistrationActor

    Permalink
  6. object StateAndCodeActor

    Permalink
  7. object UserInfoActor

    Permalink
  8. object VerifyCodeError extends Enumeration

    Permalink
  9. package util

    Permalink

Ungrouped