com.feth.play.module.pa.providers.oauth1.linkedin

LinkedinAuthUser

class LinkedinAuthUser extends BasicOAuth1AuthUser with BasicIdentity with FirstLastNameIdentity with PicturedIdentity with EmploymentsIdentity with EducationsIdentity

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. LinkedinAuthUser
  2. EducationsIdentity
  3. EmploymentsIdentity
  4. PicturedIdentity
  5. FirstLastNameIdentity
  6. BasicIdentity
  7. EmailIdentity
  8. BasicOAuth1AuthUser
  9. NameIdentity
  10. OAuth1AuthUser
  11. AuthUser
  12. Serializable
  13. AuthUserIdentity
  14. AnyRef
  15. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LinkedinAuthUser (nodeInfo: JsonNode, email: String, info: OAuth1AuthInfo)

Type Members

  1. type EducationInfo = EducationInfo

    Attributes
    protected
    Definition Classes
    EducationsIdentity
  2. type EmploymentInfo = EmploymentInfo

    Attributes
    protected
    Definition Classes
    EmploymentsIdentity

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
    AuthUser
  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 getEducations (): Collection[EducationInfo]

    Definition Classes
    LinkedinAuthUserEducationsIdentity
  14. def getEmail (): String

    Definition Classes
    LinkedinAuthUserEmailIdentity
  15. def getEmployments (): Collection[EmploymentInfo]

    Definition Classes
    LinkedinAuthUserEmploymentsIdentity
  16. def getFirstName (): String

  17. def getId (): String

    Definition Classes
    OAuth1AuthUserAuthUserIdentity
  18. def getIndustry (): String

  19. def getLastName (): String

  20. def getName (): String

    Definition Classes
    LinkedinAuthUserNameIdentity
  21. def getOAuth1AuthInfo (): OAuth1AuthInfo

    Definition Classes
    OAuth1AuthUser
  22. def getPicture (): String

    Definition Classes
    LinkedinAuthUserPicturedIdentity
  23. def getProvider (): String

    Definition Classes
    LinkedinAuthUserAuthUserIdentity
  24. def getState (): String

    Definition Classes
    OAuth1AuthUser
  25. def hashCode (): Int

    Definition Classes
    AuthUser → AnyRef → Any
  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
    BasicOAuth1AuthUserAuthUser → 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 EducationsIdentity

Inherited from EmploymentsIdentity

Inherited from PicturedIdentity

Inherited from FirstLastNameIdentity

Inherited from BasicIdentity

Inherited from EmailIdentity

Inherited from BasicOAuth1AuthUser

Inherited from NameIdentity

Inherited from OAuth1AuthUser

Inherited from AuthUser

Inherited from Serializable

Inherited from AuthUserIdentity

Inherited from AnyRef

Inherited from Any