play.silhouette.test.FakeAuthenticatorRepository
A fake authenticator repository which persists authenticators in memory.
Type parameters
-
T
-
The type of the authenticator to handle.
Attributes
-
Graph
-
-
Supertypes
-
trait AuthenticatorRepository[T]
class Object
trait Matchable
class Any
Members list
Adds a new authenticator.
Adds a new authenticator.
Value parameters
-
authenticator
-
The authenticator to add.
Attributes
-
Returns
-
The added authenticator.
Finds the authenticator for the given ID.
Finds the authenticator for the given ID.
Value parameters
-
id
-
The authenticator ID.
Attributes
-
Returns
-
The found authenticator or None if no authenticator could be found for the given ID.
Removes the authenticator for the given ID.
Removes the authenticator for the given ID.
Value parameters
-
id
-
The authenticator ID.
Attributes
-
Returns
-
An empty future.
Updates an already existing authenticator.
Updates an already existing authenticator.
Value parameters
-
authenticator
-
The authenticator to update.
Attributes
-
Returns
-
The updated authenticator.
The data store for the OAuth1 info.
The data store for the OAuth1 info.
Attributes