Trait

com.gu.googleauth

LoginSupport

Related Doc: package googleauth

Permalink

trait LoginSupport extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LoginSupport
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def authConfig: GoogleAuthConfig

    Permalink

    The configuration to use for these actions

  2. abstract val defaultRedirectTarget: Call

    Permalink

    The target that should be redirected to if no redirect URL is provided (generally home)

  3. abstract val failureRedirectTarget: Call

    Permalink

    The target that should be redirected to if login fails

  4. implicit abstract def wsClient: WSClient

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def checkIdentity()(implicit request: RequestHeader, ec: ExecutionContext): EitherT[Future, Result, UserIdentity]

    Permalink

    Extracts user from Google response and validates it, redirecting to failureRedirectTarget if the check fails.

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def enforceGoogleGroups(userIdentity: UserIdentity, requiredGoogleGroups: Set[String], googleGroupChecker: GoogleGroupChecker, errorMessage: String = ...)(implicit request: RequestHeader, ec: ExecutionContext): EitherT[Future, Result, Unit]

    Permalink

    Looks up user's Google Groups and ensures they belong to any that are required.

    Looks up user's Google Groups and ensures they belong to any that are required. Redirects to failureRedirectTarget if the user is not a member of any required group.

  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. def processOauth2Callback(requiredGoogleGroups: Set[String], groupChecker: GoogleGroupChecker)(implicit request: RequestHeader, ec: ExecutionContext): Future[Result]

    Permalink

    Handle the OAuth2 callback, which logs the user in and redirects them appropriately.

    Handle the OAuth2 callback, which logs the user in and redirects them appropriately.

    Also ensures the user belongs to the (provided) required Google Groups.

  18. def processOauth2Callback()(implicit request: RequestHeader, ec: ExecutionContext): Future[Result]

    Permalink

    Handle the OAuth2 callback, which logs the user in and redirects them appropriately.

  19. def redirectWithError(target: Call, message: String): Result

    Permalink
  20. def setupSessionWhenSuccessful(userIdentity: UserIdentity)(implicit request: RequestHeader): Result

    Permalink

    Redirects user with configured play-googleauth session.

  21. def startGoogleLogin()(implicit request: RequestHeader, ec: ExecutionContext): Future[Result]

    Permalink

    Redirects user to Google to start the login.

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped