Class

io.peregrine

CsrfFilter

Related Doc: package peregrine

Permalink

class CsrfFilter extends SimpleFilter[com.twitter.finagle.http.Request, Response] with Sessions

Linear Supertypes
Sessions, BaseSessions, SimpleFilter[com.twitter.finagle.http.Request, Response], Filter[com.twitter.finagle.http.Request, Response, com.twitter.finagle.http.Request, Response], (com.twitter.finagle.http.Request, Service[com.twitter.finagle.http.Request, Response]) ⇒ Future[Response], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CsrfFilter
  2. Sessions
  3. BaseSessions
  4. SimpleFilter
  5. Filter
  6. Function2
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CsrfFilter()

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def andThen(factory: ServiceFactory[com.twitter.finagle.http.Request, Response]): ServiceFactory[com.twitter.finagle.http.Request, Response]

    Permalink
    Definition Classes
    Filter
  5. def andThen(f: (com.twitter.finagle.http.Request) ⇒ Future[Response]): (com.twitter.finagle.http.Request) ⇒ Future[Response]

    Permalink
    Definition Classes
    Filter
  6. def andThen(service: Service[com.twitter.finagle.http.Request, Response]): Service[com.twitter.finagle.http.Request, Response]

    Permalink
    Definition Classes
    Filter
  7. def andThen[Req2, Rep2](next: Filter[com.twitter.finagle.http.Request, Response, Req2, Rep2]): Filter[com.twitter.finagle.http.Request, Response, Req2, Rep2]

    Permalink
    Definition Classes
    Filter
  8. def andThenIf[Req2 >: com.twitter.finagle.http.Request, Rep2 <: Response](condAndFilter: (Boolean, Filter[com.twitter.finagle.http.Request, Response, Req2, Rep2])): Filter[com.twitter.finagle.http.Request, Response, Req2, Rep2]

    Permalink
    Definition Classes
    Filter
  9. def apply(req: com.twitter.finagle.http.Request, service: Service[com.twitter.finagle.http.Request, Response]): Future[Response]

    Permalink
    Definition Classes
    CsrfFilter → Filter → Function2
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def buildSessionCookie(value: String): Cookie

    Permalink
    Attributes
    protected
    Definition Classes
    BaseSessions
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def cookieBuilder: CookieBuilder

    Permalink
    Attributes
    protected
    Definition Classes
    BaseSessions
  14. def createSession[S >: Session](sessionId: String): CookieBasedSession

    Permalink
    Attributes
    protected
    Definition Classes
    SessionsBaseSessions
  15. def createSessionCookie: Cookie

    Permalink
    Attributes
    protected
    Definition Classes
    BaseSessions
  16. def curried: (com.twitter.finagle.http.Request) ⇒ (Service[com.twitter.finagle.http.Request, Response]) ⇒ Future[Response]

    Permalink
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def generateToken: String

    Permalink
    Attributes
    protected
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getOrCreateSession(sessionId: String): Session

    Permalink
    Attributes
    protected
    Definition Classes
    SessionsBaseSessions
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def session(implicit req: Request): Future[Session]

    Permalink
    Definition Classes
    BaseSessions
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    Function2 → AnyRef → Any
  31. def tupled: ((com.twitter.finagle.http.Request, Service[com.twitter.finagle.http.Request, Response])) ⇒ Future[Response]

    Permalink
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Sessions

Inherited from BaseSessions

Inherited from SimpleFilter[com.twitter.finagle.http.Request, Response]

Inherited from Filter[com.twitter.finagle.http.Request, Response, com.twitter.finagle.http.Request, Response]

Inherited from (com.twitter.finagle.http.Request, Service[com.twitter.finagle.http.Request, Response]) ⇒ Future[Response]

Inherited from AnyRef

Inherited from Any

Ungrouped