Package

com.mohiva.play.silhouette.api

repositories

Permalink

package repositories

Provides repositories used by the API to persist entities.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. repositories
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait AuthInfoRepository extends AnyRef

    Permalink

    A trait that provides the means to persist authentication information for the Silhouette module.

    A trait that provides the means to persist authentication information for the Silhouette module.

    If the application supports the concept of "merged identities", i.e., the same user being able to authenticate through different providers, then make sure that the auth info for every linked login info gets stored separately.

Inherited from AnyRef

Inherited from Any

Ungrouped