FakeIdentityService
play.silhouette.test.FakeIdentityService
class FakeIdentityService[I <: Identity](identities: (LoginInfo, I)*) extends IdentityService[I]
A fake identity service implementation which can handle a predefined list of identities.
Type parameters
- I
-
The type of the identity to handle.
Value parameters
- identities
-
A list of (login info -> identity) pairs this service is responsible for.
Attributes
- Graph
-
- Supertypes
-
trait IdentityService[I]class Objecttrait Matchableclass Any
Members list
In this article