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

FacebookAuthUser

class FacebookAuthUser 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. FacebookAuthUser
  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 FacebookAuthUser (node: JsonNode, info: FacebookAuthInfo)

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
    FacebookAuthUserEmailIdentity
  14. def getFirstName (): String

    Definition Classes
    FacebookAuthUserExtendedIdentity
  15. def getGender (): String

    Definition Classes
    FacebookAuthUserExtendedIdentity
  16. def getId (): String

    Definition Classes
    OAuth2AuthUserAuthUserIdentity
  17. def getLastName (): String

    Definition Classes
    FacebookAuthUserExtendedIdentity
  18. def getLocale (): Locale

    Definition Classes
    FacebookAuthUserLocaleIdentity
  19. def getName (): String

    Definition Classes
    FacebookAuthUserNameIdentity
  20. def getOAuth2AuthInfo (): OAuth2AuthInfo

    Definition Classes
    OAuth2AuthUser
  21. def getPicture (): String

    Definition Classes
    FacebookAuthUserPicturedIdentity
  22. def getProfileLink (): String

    Definition Classes
    FacebookAuthUserProfiledIdentity
  23. def getProvider (): String

    Definition Classes
    FacebookAuthUserAuthUserIdentity
  24. def getTimezone (): Int

  25. def getUpdateTime (): String

  26. def getUsername (): String

  27. def hashCode (): Int

    Definition Classes
    AuthUser → AnyRef → Any
  28. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  29. def isVerified (): Boolean

  30. def ne (arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    FacebookAuthUserAuthUser → AnyRef → Any
  35. def wait (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. 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