com.feth.play.module.pa.providers.oauth2.google

GoogleAuthUser

class GoogleAuthUser extends OAuth2AuthUser with ExtendedIdentity with PicturedIdentity with ProfiledIdentity with LocaleIdentity

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. GoogleAuthUser
  2. LocaleIdentity
  3. ProfiledIdentity
  4. PicturedIdentity
  5. ExtendedIdentity
  6. BasicIdentity
  7. NameIdentity
  8. EmailIdentity
  9. OAuth2AuthUser
  10. AuthUser
  11. Serializable
  12. AuthUserIdentity
  13. AnyRef
  14. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GoogleAuthUser (n: JsonNode, info: GoogleAuthInfo)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  9. def equals (obj: Any): Boolean

    Definition Classes
    AuthUser → AnyRef → Any
  10. def expires (): Long

    Definition Classes
    OAuth2AuthUserAuthUser
  11. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  13. def getEmail (): String

    Definition Classes
    GoogleAuthUserEmailIdentity
  14. def getFirstName (): String

    Definition Classes
    GoogleAuthUserExtendedIdentity
  15. def getGender (): String

    Definition Classes
    GoogleAuthUserExtendedIdentity
  16. def getId (): String

    Definition Classes
    OAuth2AuthUserAuthUserIdentity
  17. def getLastName (): String

    Definition Classes
    GoogleAuthUserExtendedIdentity
  18. def getLocale (): Locale

    Definition Classes
    GoogleAuthUserLocaleIdentity
  19. def getName (): String

    Definition Classes
    GoogleAuthUserNameIdentity
  20. def getOAuth2AuthInfo (): OAuth2AuthInfo

    Definition Classes
    OAuth2AuthUser
  21. def getPicture (): String

    Definition Classes
    GoogleAuthUserPicturedIdentity
  22. def getProfileLink (): String

    Definition Classes
    GoogleAuthUserProfiledIdentity
  23. def getProvider (): String

    Definition Classes
    GoogleAuthUserAuthUserIdentity
  24. def hashCode (): Int

    Definition Classes
    AuthUser → AnyRef → Any
  25. def isEmailVerified (): Boolean

  26. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  27. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  28. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  29. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  30. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  31. def toString (): String

    Definition Classes
    GoogleAuthUserAuthUser → AnyRef → Any
  32. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from LocaleIdentity

Inherited from ProfiledIdentity

Inherited from PicturedIdentity

Inherited from ExtendedIdentity

Inherited from BasicIdentity

Inherited from NameIdentity

Inherited from EmailIdentity

Inherited from OAuth2AuthUser

Inherited from AuthUser

Inherited from Serializable

Inherited from AuthUserIdentity

Inherited from AnyRef

Inherited from Any