securesocial.core.providers

FacebookProvider

class FacebookProvider extends OAuth2Provider

A Facebook Provider

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FacebookProvider
  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 FacebookProvider(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 AccessToken: String

  7. val Data: String

  8. val Dot: String

    Definition Classes
    IdentityProvider
  9. val Email: String

  10. val Error: String

  11. val Expires: String

  12. val FirstName: String

  13. val Id: String

  14. val LastName: String

  15. val MeApi: String

  16. val Message: String

  17. val Name: String

  18. val Picture: String

  19. val SecureSocialKey: String

    Definition Classes
    IdentityProvider
  20. val Type: String

  21. val Url: String

  22. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  23. def authMethod: AuthenticationMethod

    Subclasses need to implement this to specify the authentication method

    Subclasses need to implement this to specify the authentication method

    returns

    Definition Classes
    OAuth2ProviderIdentityProvider
  24. def authenticate[A]()(implicit request: Request[A]): Either[Result, Identity]

    Authenticates the user and fills the profile information.

    Authenticates the user and fills the profile information. Returns either a User if all went ok or a Result that the controller sends to the browser (eg: in the case of OAuth for example where the user needs to be redirected to the service provider)

    A
    request
    returns

    Definition Classes
    IdentityProvider
  25. def authenticationUrl: String

    The url for this provider.

    The url for this provider. This is used in the login page template to point each icon to the provider url.

    returns

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

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

    Attributes
    protected
    Definition Classes
    FacebookProviderOAuth2Provider
  28. def clone(): AnyRef

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

    Subclasses need to implement the authentication logic.

    Subclasses need to implement the authentication logic. This method needs to return a User object that then gets passed to the fillProfile method

    A
    request
    returns

    Either a Result or a User

    Definition Classes
    OAuth2ProviderIdentityProvider
  30. def enabled: Boolean

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

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

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

    Subclasses need to implement this method to populate the User object with profile information from the service provider.

    Subclasses need to implement this method to populate the User object with profile information from the service provider.

    user

    The user object to be populated

    returns

    A copy of the user object with the new values set

    Definition Classes
    FacebookProviderIdentityProvider
  34. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  37. def id: String

    Definition Classes
    FacebookProviderRegistrable
  38. final def isInstanceOf[T0]: Boolean

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

    Reads a property from the application.

    Reads a property from the application.conf

    property
    returns

    Definition Classes
    IdentityProvider
  40. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  43. def onStart(): Unit

    Registers the provider in the Provider Registry

    Registers the provider in the Provider Registry

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

    Unregisters the provider

    Unregisters the provider

    Definition Classes
    IdentityProvider → Plugin
  45. def propertyKey: String

    The property key used for all the provider properties.

    The property key used for all the provider properties.

    returns

    Definition Classes
    IdentityProvider
  46. val settings: OAuth2Settings

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

    Definition Classes
    AnyRef
  48. def throwMissingPropertiesException(): Unit

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

    Returns the provider name

    Returns the provider name

    returns

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

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

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