object SpnegoAuthenticator
A SPNEGO HTTP authenticator as defined in https://tools.ietf.org/html/rfc4559, which gets its credentials from a provided CredentialSource... usually JAAS.
- Alphabetic
- By Inheritance
- SpnegoAuthenticator
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait Authenticated[Req] extends AnyRef
An authenticated HTTP request, with its GSS context.
- sealed abstract class Client[Req, Rsp] extends Filter[Req, Rsp, Req, Rsp]
- case class ClientFilter(credSrc: ClientSource) extends Client[Request, Response] with Product with Serializable
- case class Negotiated(established: Option[GSSContext], wwwAuthenticate: Option[String]) extends Product with Serializable
- sealed trait ReqSupport[Req] extends AnyRef
A typeclass to get/set fields of http requests of type Req.
A typeclass to get/set fields of http requests of type Req. TODO: Remove after http and http are merged
- sealed trait RspSupport[Rsp] extends AnyRef
A typeclass to get/set fields of http responses of type Rsp.
A typeclass to get/set fields of http responses of type Rsp. TODO: Remove after http and http are merged
- sealed abstract class Server[Req, Rsp] extends Filter[Req, Rsp, Authenticated[Req], Rsp]
- case class ServerFilter(credSrc: ServerSource) extends Server[Request, Response] with Product with Serializable
- type Token = Array[Byte]
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
- val AuthScheme: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit val httpRequestSupport: ReqSupport[Request]
- implicit val httpResponseSupport: RspSupport[Response]
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- object Authenticated
- object Credentials
- object Token