Class

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

LinkedinAuthUser

Related Doc: package linkedin

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Type Members

  1. type EducationInfo = user.EducationsIdentity.EducationInfo

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

    Permalink
    Attributes
    protected
    Definition Classes
    EmploymentsIdentity

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 clone(): AnyRef

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

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

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

    Permalink
    Definition Classes
    AuthUser
  9. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    LinkedinAuthUserEducationsIdentity
  12. def getEmail(): String

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

    Permalink
    Definition Classes
    LinkedinAuthUserEmploymentsIdentity
  14. def getFirstName(): String

    Permalink
  15. def getId(): String

    Permalink
    Definition Classes
    OAuth1AuthUserAuthUserIdentity
  16. def getIndustry(): String

    Permalink
  17. def getLastName(): String

    Permalink
  18. def getName(): String

    Permalink
    Definition Classes
    LinkedinAuthUserNameIdentity
  19. def getOAuth1AuthInfo(): OAuth1AuthInfo

    Permalink
    Definition Classes
    OAuth1AuthUser
  20. def getPicture(): String

    Permalink
    Definition Classes
    LinkedinAuthUserPicturedIdentity
  21. def getProfileLink(): String

    Permalink
    Definition Classes
    LinkedinAuthUserProfiledIdentity
  22. def getProvider(): String

    Permalink
    Definition Classes
    LinkedinAuthUserAuthUserIdentity
  23. def getState(): String

    Permalink
    Definition Classes
    OAuth1AuthUser
  24. def hashCode(): Int

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

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

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

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

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

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

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

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

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

    Permalink
    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