Package

org.genivi.webserver

Authentication

Permalink

package Authentication

Visibility
  1. Public
  2. All

Type Members

  1. case class Account(email: String, password: String, name: String, role: Role) extends Product with Serializable

    Permalink

    Case class for Account

    Case class for Account

    email

    Account email

    password

    Account password

    name

    Account name

    role

    Account role

  2. class AccountManager extends AnyRef

    Permalink

    Class to find and authenticate accounts, and to read accounts from file.

Value Members

  1. object Role extends Enumeration

    Permalink

    Roles for accounts

Ungrouped