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

LinkedinAuthUser

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

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

Instance Constructors

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

Type Members

  1. type EducationInfo = user.EducationsIdentity.EducationInfo

    Attributes
    protected
    Definition Classes
    EducationsIdentity
  2. type EmploymentInfo = user.EmploymentsIdentity.EmploymentInfo

    Attributes
    protected
    Definition Classes
    EmploymentsIdentity

Value Members

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

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

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

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

    Definition Classes
    Any
  5. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  7. def equals(obj: Any): Boolean

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

    Definition Classes
    AuthUser
  9. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  11. def getEducations(): Collection[EducationInfo]

    Definition Classes
    LinkedinAuthUserEducationsIdentity
  12. def getEmail(): String

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

    Definition Classes
    LinkedinAuthUserEmploymentsIdentity
  14. def getFirstName(): String

  15. def getId(): String

    Definition Classes
    OAuth1AuthUserAuthUserIdentity
  16. def getIndustry(): String

  17. def getLastName(): String

  18. def getName(): String

    Definition Classes
    LinkedinAuthUserNameIdentity
  19. def getOAuth1AuthInfo(): OAuth1AuthInfo

    Definition Classes
    OAuth1AuthUser
  20. def getPicture(): String

    Definition Classes
    LinkedinAuthUserPicturedIdentity
  21. def getProfileLink(): String

    Definition Classes
    LinkedinAuthUserProfiledIdentity
  22. def getProvider(): String

    Definition Classes
    LinkedinAuthUserAuthUserIdentity
  23. def getState(): String

    Definition Classes
    OAuth1AuthUser
  24. def hashCode(): Int

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

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

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    BasicOAuth1AuthUserAuthUser → AnyRef → Any
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ProfiledIdentity

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

Ungrouped