com.twitter.finagle.http

SpnegoAuthenticator

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.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SpnegoAuthenticator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Authenticated[Req] extends AnyRef

    An authenticated HTTP request, with its GSS context.

  2. sealed abstract class Client[Req, Rsp] extends Filter[Req, Rsp, Req, Rsp]

  3. case class ClientFilter(credSrc: ClientSource) extends Client[HttpRequest, HttpResponse] with Product with Serializable

  4. case class Negotiated(established: Option[GSSContext], wwwAuthenticate: Option[String]) extends Product with Serializable

  5. sealed trait ReqSupport[Req] extends AnyRef

    A typeclass to get/set fields of http requests of type Req.

  6. case class RichClientFilter(credSrc: ClientSource) extends Client[Request, Response] with Product with Serializable

  7. case class RichServerFilter(credSrc: ServerSource) extends Server[Request, Response] with Product with Serializable

  8. sealed trait RspSupport[Rsp] extends AnyRef

    A typeclass to get/set fields of http responses of type Rsp.

  9. sealed abstract class Server[Req, Rsp] extends Filter[Req, Rsp, Authenticated[Req], Rsp]

  10. case class ServerFilter(credSrc: ServerSource) extends Server[HttpRequest, HttpResponse] with Product with Serializable

  11. type Token = Array[Byte]

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val AuthScheme: String

  7. object Authenticated

  8. object Credentials

  9. object Token

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. implicit val httpRequestSupport: ReqSupport[HttpRequest] { def authenticated(req: org.jboss.netty.handler.codec.http.HttpRequest,context: org.ietf.jgss.GSSContext): com.twitter.finagle.http.SpnegoAuthenticator.Authenticated.Http }

  18. implicit val httpResponseSupport: RspSupport[HttpResponse] { def unauthorized(version: org.jboss.netty.handler.codec.http.HttpVersion): org.jboss.netty.handler.codec.http.DefaultHttpResponse }

  19. implicit val httpRichRequestSupport: ReqSupport[Request] { def authenticated(req: com.twitter.finagle.http.Request,context: org.ietf.jgss.GSSContext): com.twitter.finagle.http.SpnegoAuthenticator.Authenticated.RichHttp }

  20. implicit val httpRichResponseSupport: RspSupport[Response]

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped