Package

com.mohiva.play.silhouette.api

services

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. class AuthenticatorResult extends Result

    Permalink

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

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

    Due the fact that the update method gets called on every subsequent request to update the authenticator related data in the backing store and in the result, it isn't possible to discard or renew the authenticator simultaneously. This is because the "update" method would override the result created by the "renew" or "discard" method, because it will be executed as last in the chain.

    As example: If we discard the session in a Silhouette action then it will be removed from session. But at the end the update method will embed the session again, because it gets called with the result of the action.

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

    Permalink

    Handles authenticators for the Silhouette module.

    Handles authenticators for the Silhouette module.

    T

    The type of the authenticator this service is responsible for.

  3. trait AvatarService extends AnyRef

    Permalink

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

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

    Permalink

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

Value Members

  1. object AuthenticatorResult extends Serializable

    Permalink

    The companion object.

  2. object AuthenticatorService

    Permalink

    The companion object.

Inherited from AnyRef

Inherited from Any

Ungrouped