class WsOpenIdClient extends OpenIdClient with WSBodyWritables
- Annotations
- @Singleton()
- Source
- OpenIdClient.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WsOpenIdClient
- WSBodyWritables
- XMLBodyWritables
- JsonBodyWritables
- DefaultBodyWritables
- OpenIdClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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
body(objectMapper: ObjectMapper): BodyWritable[JsonNode]
- Definition Classes
- JsonBodyWritables
-
implicit
val
bodyWritableOf_Multipart: BodyWritable[Source[Part[Source[ByteString, _]], _]]
- Definition Classes
- WSBodyWritables
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
def
redirectURL(openID: String, callbackURL: String, axRequired: Seq[(String, String)] = Seq.empty, axOptional: Seq[(String, String)] = Seq.empty, realm: Option[String] = None): Future[String]
Retrieve the URL where the user should be redirected to start the OpenID authentication process
Retrieve the URL where the user should be redirected to start the OpenID authentication process
- Definition Classes
- WsOpenIdClient → OpenIdClient
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
verifiedId(queryString: Map[String, Array[String]]): Future[UserInfo]
For internal use
For internal use
- Definition Classes
- WsOpenIdClient → OpenIdClient
-
def
verifiedId(request: RequestHeader): Future[UserInfo]
From a request corresponding to the callback from the OpenID server, check the identity of the current user
From a request corresponding to the callback from the OpenID server, check the identity of the current user
- Definition Classes
- WsOpenIdClient → OpenIdClient
-
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
- @native() @throws( ... )
-
implicit
val
writableOf_File: BodyWritable[File]
- Definition Classes
- DefaultBodyWritables
-
implicit
val
writableOf_InputStream: BodyWritable[Supplier[InputStream]]
- Definition Classes
- DefaultBodyWritables
-
implicit
val
writableOf_Source: BodyWritable[Source[ByteString, _]]
- Definition Classes
- DefaultBodyWritables
-
implicit
val
writeableOf_ByteArray: BodyWritable[Array[Byte]]
- Definition Classes
- DefaultBodyWritables
-
implicit
val
writeableOf_ByteBuffer: BodyWritable[ByteBuffer]
- Definition Classes
- DefaultBodyWritables
-
implicit
val
writeableOf_Bytes: BodyWritable[ByteString]
- Definition Classes
- DefaultBodyWritables
-
implicit
val
writeableOf_Document: BodyWritable[Document]
- Definition Classes
- XMLBodyWritables
-
implicit
val
writeableOf_JsValue: BodyWritable[JsValue]
- Definition Classes
- JsonBodyWritables
-
implicit
val
writeableOf_NodeBuffer: BodyWritable[NodeBuffer]
- Definition Classes
- XMLBodyWritables
-
implicit
def
writeableOf_NodeSeq[C <: NodeSeq]: BodyWritable[C]
- Definition Classes
- XMLBodyWritables
-
implicit
val
writeableOf_String: BodyWritable[String]
- Definition Classes
- DefaultBodyWritables
-
implicit
val
writeableOf_StringBuilder: BodyWritable[StringBuilder]
- Definition Classes
- DefaultBodyWritables
-
implicit
val
writeableOf_WsBody: BodyWritable[WSBody]
- Definition Classes
- DefaultBodyWritables
-
implicit
val
writeableOf_urlEncodedForm: BodyWritable[Map[String, Seq[String]]]
- Definition Classes
- DefaultBodyWritables
-
implicit
val
writeableOf_urlEncodedSimpleForm: BodyWritable[Map[String, String]]
- Definition Classes
- DefaultBodyWritables