com.mohiva.play.silhouette.api

services

package services

Provides services used by the API to call external or internal 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 AuthenticatorResult extends Result

    A marker result which indicates that an operation on an authenticator was processed and therefore it shouldn't updated automatically.

  2. trait AuthenticatorService[T <: Authenticator] extends ExecutionContextProvider

    Handles authenticators for the Silhouette module.

  3. trait AvatarService extends AnyRef

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

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

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

Value Members

  1. object AuthenticatorResult extends Serializable

    The companion object.

  2. object AuthenticatorService

    The companion object.

Inherited from AnyRef

Inherited from Any

Ungrouped