case class SocialProviderRegistry(providers: Seq[SocialProvider]) extends Product with Serializable
A registry that holds and provides access to all social provider implementations.
- providers
The list of social providers.
- Alphabetic
- By Inheritance
- SocialProviderRegistry
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SocialProviderRegistry(providers: Seq[SocialProvider])
- providers
The list of social providers.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def get[T <: SocialProvider](id: String)(implicit arg0: ClassTag[T]): Option[T]
Gets a specific provider by its ID.
Gets a specific provider by its ID.
- id
The ID of the provider to return.
- returns
Some social provider or None if no provider for the given ID could be found.
- def get[T <: SocialProvider](implicit arg0: ClassTag[T]): Option[T]
Gets a specific provider by its type.
Gets a specific provider by its type.
- T
The type of the provider.
- returns
Some specific provider type or None if no provider for the given type could be found.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getSeq[T <: SocialProvider](implicit arg0: ClassTag[T]): Seq[T]
Gets a list of providers that match a certain type.
Gets a list of providers that match a certain type.
- T
The type of the provider.
- returns
A list of providers that match a certain type.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val providers: Seq[SocialProvider]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)