com.mohiva.play.silhouette

impl

package impl

The reference implementation of Silhouette.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. impl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class User(loginInfo: LoginInfo, firstName: Option[String], lastName: Option[String], fullName: Option[String], email: Option[String], avatarURL: Option[String]) extends Identity with Product with Serializable

    The default implementation of Identity.

Value Members

  1. package authenticators

    Reference implementations of the authenticators.

  2. package daos

    Provides DAO implementations to persist and retrieve objects.

  3. package exceptions

    Provides exceptions thrown in the reference implementation.

  4. package providers

    Contains com.mohiva.play.silhouette.api.Provider implementations that provide authentication for different schemes and services.

  5. package repositories

    Provides implementations of the repositories.

  6. package services

    Provides implementations of the services.

  7. package util

    Provides implementations of utility traits.

Inherited from AnyRef

Inherited from Any

Ungrouped