com.m3.octoparts

auth

package auth

Visibility
  1. Public
  2. All

Type Members

  1. case class AuthenticatedRequest[A](request: Request[A], principal: Principal) extends WrappedRequest[A] with Product with Serializable

    An authenticated request, i.

  2. trait OctopartsAuthPlugin extends Plugin

    Authentication plugin for Octoparts should implement this trait.

  3. case class Principal(id: String, nickname: String, email: String, roles: Seq[String]) extends Product with Serializable

    A principal, i.

Value Members

  1. object Principal extends Serializable

  2. object PrincipalSessionPersistence

    Helper methods for persisting the Principal using the Play session cookie.

Ungrouped