com.mohiva.play.silhouette.impl

daos

package daos

Provides DAO implementations to persist and retrieve objects.

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

Type Members

  1. trait AuthInfoDAO[T <: AuthInfo] extends AnyRef

    The DAO to persist the auth info.

  2. trait AuthenticatorDAO[T <: StorableAuthenticator] extends AnyRef

    The DAO to persist the authenticator.

  3. class CacheAuthenticatorDAO[T <: StorableAuthenticator] extends AuthenticatorDAO[T]

    Implementation of the authenticator DAO which uses the cache layer to persist the authenticator.

  4. abstract class DelegableAuthInfoDAO[T <: AuthInfo] extends AuthInfoDAO[T]

    An implementation of the auth info DAO.

Inherited from AnyRef

Inherited from Any

Ungrouped