Package

com.mohiva.play.silhouette.impl

repositories

Permalink

package repositories

Provides implementations of the repositories.

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. class DelegableAuthInfoRepository extends AuthInfoRepository

    Permalink

    An implementation of the auth info repository which delegates the storage of an auth info instance to its appropriate DAO.

    An implementation of the auth info repository which delegates the storage of an auth info instance to its appropriate DAO.

    Due the nature of the different auth information it is hard to persist the data in a single data structure, expect the data gets stored in a serialized format. With this implementation it is possible to store the different auth info in different backing stores. If we speak of a relational database, then the auth info can be stored in different tables. And the tables represents the internal data structure of each auth info object.

Value Members

  1. object DelegableAuthInfoRepository

    Permalink

    The companion object.

Inherited from AnyRef

Inherited from Any

Ungrouped