package openid
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait Discovery extends AnyRef
-
trait
OpenIDComponents extends AnyRef
OpenID components
- sealed abstract class OpenIDError extends Throwable
-
class
OpenIDModule extends SimpleModule
The OpenID module
- case class OpenIDServer(protocolVersion: String, url: String, delegate: Option[String]) extends Product with Serializable
- trait OpenIdClient extends AnyRef
- case class UserInfo(id: String, attributes: Map[String, String] = Map.empty) extends Product with Serializable
-
class
WsDiscovery extends Discovery
Resolve the OpenID identifier to the location of the user's OpenID service provider.
Resolve the OpenID identifier to the location of the user's OpenID service provider.
Known limitations:
* The Discovery doesn't support XRIs at the moment
- Annotations
- @Singleton()
-
class
WsOpenIdClient extends OpenIdClient with WSBodyWritables
- Annotations
- @Singleton()