Package

com.mle.play

controllers

Permalink

package controllers

Visibility
  1. Public
  2. All

Type Members

  1. trait AccountController extends Controller with BaseSecurity

    Permalink

  2. class AuthRequest[A] extends AuthenticatedRequest[A, String]

    Permalink

  3. case class AuthResult(user: String, cookie: Option[Cookie] = None) extends Product with Serializable

    Permalink
  4. trait BaseController extends AnyRef

    Permalink

  5. trait BaseSecurity extends Log

    Permalink
  6. trait ContentController extends Controller with BaseController

    Permalink
  7. class FileUploadRequest[A] extends AuthRequest[A]

    Permalink
  8. trait LogStreaming extends Streaming

    Permalink

  9. trait OAuthControl extends Controller with Log

    Permalink

    A Controller to handle the Google OAuth2 authentication flow.

    A Controller to handle the Google OAuth2 authentication flow.

    1) User is sent to initiate() 2) initiate() sends (redirects) user to Google 3) Google redirects user to redirResponse() after consent 4) redirResponse() extracts email, authenticates

  10. trait OAuthSecured extends OAuthControl with BaseSecurity

    Permalink

  11. class OneFileUploadRequest[A] extends AuthRequest[A]

    Permalink
  12. trait Streaming extends JsonWebSockets

    Permalink

Value Members

  1. object BaseController extends BaseController

    Permalink

Ungrouped