Packages

  • package root
    Definition Classes
    root
  • package play
    Definition Classes
    root
  • package silhouette

    An authentication library for Play Framework applications that supports several authentication methods, including OAuth1, OAuth2, OpenID, Credentials or custom authentication schemes.

    An authentication library for Play Framework applications that supports several authentication methods, including OAuth1, OAuth2, OpenID, Credentials or custom authentication schemes.

    Definition Classes
    play
  • package api

    The collection of traits and utility classes that form the stable API of Silhouette.

    The collection of traits and utility classes that form the stable API of Silhouette.

    Definition Classes
    silhouette
  • package actions
    Definition Classes
    api
  • package crypto
    Definition Classes
    api
  • package exceptions

    Provides exceptions used by the API.

    Provides exceptions used by the API.

    Definition Classes
    api
  • package repositories

    Provides repositories used by the API to persist entities.

    Provides repositories used by the API to persist entities.

    Definition Classes
    api
  • AuthInfoRepository
  • AuthenticatorRepository
  • package services

    Provides services used by the API to call external or internal services.

    Provides services used by the API to call external or internal services.

    Definition Classes
    api
  • package util

    Provides utilities used by the API.

    Provides utilities used by the API.

    Definition Classes
    api
p

play.silhouette.api

repositories

package repositories

Provides repositories used by the API to persist entities.

Linear Supertypes
AnyRef, Any

Type Members

  1. trait AuthInfoRepository extends AnyRef

    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.

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

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

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

    T

    The type of the authenticator to store.

Inherited from AnyRef

Inherited from Any

Ungrouped