Package

quasar.precog.common

accounts

Permalink

package accounts

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. accounts
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Account(accountId: AccountId, email: String, passwordHash: String, passwordSalt: String, accountCreationDate: LocalDateTime, apiKey: APIKey, rootPath: Path, plan: AccountPlan, parentId: Option[String] = None, lastPasswordChangeTime: Option[LocalDateTime] = None, profile: Option[JValue] = None) extends Product with Serializable

    Permalink
  2. case class AccountDetails(accountId: AccountId, email: String, accountCreationDate: LocalDateTime, apiKey: APIKey, rootPath: Path, plan: AccountPlan, lastPasswordChangeTime: Option[LocalDateTime] = None, profile: Option[JValue] = None) extends Product with Serializable

    Permalink
  3. trait AccountFinder[M[+_]] extends Logging

    Permalink
  4. type AccountId = String

    Permalink
  5. case class AccountPlan(planType: String) extends Product with Serializable

    Permalink
  6. type ResetTokenId = String

    Permalink
  7. class StaticAccountFinder[M[+_]] extends AccountFinder[M] with Logging

    Permalink
  8. case class WrappedAccountId(accountId: AccountId) extends Product with Serializable

    Permalink

Value Members

  1. object Account extends Serializable

    Permalink
  2. object AccountDetails extends Serializable

    Permalink
  3. object AccountFinder

    Permalink
  4. object AccountPlan extends Serializable

    Permalink
  5. object WrappedAccountId extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped