Package

com.mohiva.play.silhouette.persistence.memory

daos

Permalink

package daos

Visibility
  1. Public
  2. All

Type Members

  1. class OAuth1InfoDAO extends DelegableAuthInfoDAO[OAuth1Info] with InMemoryAuthInfoDAO[OAuth1Info]

    Permalink

    The DAO to persist the OAuth1 information.

    The DAO to persist the OAuth1 information.

    Note: Not thread safe, demo only.

  2. class OAuth2InfoDAO extends DelegableAuthInfoDAO[OAuth2Info] with InMemoryAuthInfoDAO[OAuth2Info]

    Permalink

    The DAO to persist the OAuth2 information.

    The DAO to persist the OAuth2 information.

    Note: Not thread safe, demo only.

  3. class OpenIDInfoDAO extends DelegableAuthInfoDAO[OpenIDInfo] with InMemoryAuthInfoDAO[OpenIDInfo]

    Permalink

    The DAO to persist the OpenID information.

    The DAO to persist the OpenID information.

    Note: Not thread safe, demo only.

  4. class PasswordInfoDAO extends DelegableAuthInfoDAO[PasswordInfo] with InMemoryAuthInfoDAO[PasswordInfo]

    Permalink

    The DAO to persist the password information.

    The DAO to persist the password information.

    Note: Not thread safe, demo only.

Ungrouped