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 impl

    The reference implementation of Silhouette.

    The reference implementation of Silhouette.

    Definition Classes
    silhouette
  • package authenticators

    Reference implementations of the authenticators.

    Reference implementations of the authenticators.

    Definition Classes
    impl
  • package exceptions

    Provides exceptions thrown in the reference implementation.

    Provides exceptions thrown in the reference implementation.

    Definition Classes
    impl
  • package providers

    Contains play.silhouette.api.Provider implementations that provide authentication for different schemes and services.

    Contains play.silhouette.api.Provider implementations that provide authentication for different schemes and services.

    Definition Classes
    impl
  • package services

    Provides implementations of the services.

    Provides implementations of the services.

    Definition Classes
    impl
  • GravatarService
  • GravatarServiceSettings
  • package util

    Provides implementations of utility traits.

    Provides implementations of utility traits.

    Definition Classes
    impl

package services

Provides implementations of the services.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. services
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class GravatarService extends AvatarService with api.Logger with ExecutionContextProvider

    Retrieves avatar URLs from the Gravatar service.

  2. case class GravatarServiceSettings(secure: Boolean = true, params: Map[String, String] = Map("d" -> "404")) extends Product with Serializable

    The gravatar service settings object.

    The gravatar service settings object.

    secure

    Indicates if the secure or insecure URL should be used to query the avatar images. Defaults to secure.

    params

    A list of params to append to the URL.

    See also

    https://en.gravatar.com/site/implement/images/

Value Members

  1. object GravatarService

    The companion object.

Inherited from AnyRef

Inherited from Any

Ungrouped