play.modules

authenticator

package authenticator

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. authenticator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Authenticator extends AnyRef

  2. final class AuthenticatorImpl extends Authenticator

  3. class AuthenticatorModule extends Module

  4. case class PasswordHash(hash: Seq[Byte], salt: Seq[Byte], iterations: Int) extends Product with Serializable

  5. case class Principal extends Product with Serializable

  6. trait PrincipalController extends AnyRef

  7. final class PrincipalControllerImpl extends PrincipalController

Value Members

  1. object PasswordHash extends Serializable

  2. object Principal extends Serializable

  3. implicit val bsonBoolMapReader: BSONDocumentReader[Map[String, Boolean]]

  4. implicit val bsonBoolMapWriter: BSONDocumentWriter[Map[String, Boolean]]

  5. implicit val bsonStringMapReader: BSONDocumentReader[Map[String, String]]

  6. implicit val bsonStringMapWriter: BSONDocumentWriter[Map[String, String]]

Inherited from AnyRef

Inherited from Any

Ungrouped