services

ORCIDProvider

class ORCIDProvider extends OAuth2Provider

ORCID provider

Linear Supertypes
OAuth2Provider, IdentityProvider, Registrable, Plugin, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ORCIDProvider
  2. OAuth2Provider
  3. IdentityProvider
  4. Registrable
  5. Plugin
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ORCIDProvider(application: Application)

Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. val Dot: String

    Definition Classes
    IdentityProvider
  7. val SecureSocialKey: String

    Definition Classes
    IdentityProvider
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def authMethod: AuthenticationMethod

    Definition Classes
    OAuth2Provider → IdentityProvider
  10. def authenticate[A]()(implicit request: Request[A]): Either[Result, Identity]

    Definition Classes
    IdentityProvider
  11. def authenticationUrl: String

    Definition Classes
    IdentityProvider
  12. def awaitResult(future: Future[Response]): Response

    Attributes
    protected
    Definition Classes
    IdentityProvider
  13. def buildInfo(response: Response): OAuth2Info

    Attributes
    protected
    Definition Classes
    ORCIDProvider → OAuth2Provider
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def doAuth[A]()(implicit request: Request[A]): Either[Result, SocialUser]

    Definition Classes
    OAuth2Provider → IdentityProvider
  16. def enabled: Boolean

    Definition Classes
    Plugin
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def fillProfile(user: SocialUser): SocialUser

    Splits the accessToken and fills in the profile based on this information a and will fix the accessToken to the correct values.

    Splits the accessToken and fills in the profile based on this information a and will fix the accessToken to the correct values.

    Definition Classes
    ORCIDProvider → IdentityProvider
  20. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. def id: String

    Definition Classes
    ORCIDProvider → Registrable
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def loadProperty(property: String): Option[String]

    Definition Classes
    IdentityProvider
  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. def onStart(): Unit

    Definition Classes
    IdentityProvider → Plugin
  30. def onStop(): Unit

    Definition Classes
    IdentityProvider → Plugin
  31. def propertyKey: String

    Definition Classes
    IdentityProvider
  32. val settings: OAuth2Settings

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

    Definition Classes
    AnyRef
  34. def throwMissingPropertiesException(): Unit

    Attributes
    protected
    Definition Classes
    IdentityProvider
  35. def toString(): String

    Definition Classes
    IdentityProvider → AnyRef → Any
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OAuth2Provider

Inherited from IdentityProvider

Inherited from Registrable

Inherited from Plugin

Inherited from AnyRef

Inherited from Any

Ungrouped