com.mohiva.play.silhouette.core

services

package services

Provides services used by the core to persist and retrieve objects.

Linear Supertypes
AnyRef, Any
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. trait AuthInfo extends AnyRef

    A marker trait for authentication information.

  2. trait AuthInfoService extends AnyRef

    A trait that provides the means to find and save auth information for the Silhouette module.

  3. trait AuthenticatorService[T <: Authenticator] extends AnyRef

    The authenticator store is in charge of persisting authenticators for the Silhouette module.

  4. trait AvatarService extends AnyRef

    Service to retrieve avatar URLs from an avatar service such as Gravatar.

  5. trait IdentityService[T <: Identity] extends AnyRef

    A trait that provides the means to retrieve identities for the Silhouette module.

  6. trait TokenService[T <: Token] extends AnyRef

    A trait that provides the means to handle auth tokens for the Silhouette module.

Inherited from AnyRef

Inherited from Any

Ungrouped