play.silhouette.api.repositories

Provides repositories used by the API to persist entities.

Attributes

Members list

Type members

Classlikes

A trait that provides the means to persist authentication information for the Silhouette module.

A trait that provides the means to persist authentication information for the Silhouette module.

If the application supports the concept of "merged identities", i.e., the same user being able to authenticate through different providers, then make sure that the auth info for every linked login info gets stored separately.

Attributes

Supertypes
class Object
trait Matchable
class Any

A trait that provides the means to persist authenticator information for the Silhouette module.

A trait that provides the means to persist authenticator information for the Silhouette module.

Type parameters

T

The type of the authenticator to store.

Attributes

Supertypes
class Object
trait Matchable
class Any