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
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val providers: Seq[SocialProvider]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()