com.mohiva.play.silhouette.impl

services

package services

Provides implementations of the services.

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

Type Members

  1. class DelegableAuthInfoService extends AuthInfoService

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

    An implementation of the auth info service 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.

  2. class GravatarService extends AvatarService with Logger

    Retrieves avatar URLs from the Gravatar service.

Value Members

  1. object DelegableAuthInfoService

    The companion object.

  2. object GravatarService

    The companion object.

Inherited from AnyRef

Inherited from Any

Ungrouped