Trait

play.filters.components

CSRFComponents

Related Doc: package components

Permalink

trait CSRFComponents extends ConfigurationComponents with CryptoComponents with HttpConfigurationComponents with HttpErrorHandlerComponents with AkkaComponents

Linear Supertypes
AkkaComponents, HttpErrorHandlerComponents, HttpConfigurationComponents, CryptoComponents, ConfigurationComponents, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CSRFComponents
  2. AkkaComponents
  3. HttpErrorHandlerComponents
  4. HttpConfigurationComponents
  5. CryptoComponents
  6. ConfigurationComponents
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def actorSystem(): ActorSystem

    Permalink
    Definition Classes
    AkkaComponents
  2. abstract def config(): Config

    Permalink
    Definition Classes
    ConfigurationComponents
  3. abstract def cookieSigner(): CookieSigner

    Permalink
    Definition Classes
    CryptoComponents
  4. abstract def csrfTokenSigner(): CSRFTokenSigner

    Permalink
    Definition Classes
    CryptoComponents
  5. abstract def httpConfiguration(): HttpConfiguration

    Permalink
    Definition Classes
    HttpConfigurationComponents
  6. abstract def httpErrorHandler(): HttpErrorHandler

    Permalink
    Definition Classes
    HttpErrorHandlerComponents
  7. abstract def javaContextComponents(): JavaContextComponents

    Permalink
    Definition Classes
    HttpErrorHandlerComponents

Concrete 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 addCSRFTokenAction(): AddCSRFTokenAction

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clock(): Clock

    Permalink
    Definition Classes
    CryptoComponents
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def configuration(): api.Configuration

    Permalink
    Definition Classes
    ConfigurationComponents
  9. def csrfAddToken(): CSRFAddToken

    Permalink
  10. def csrfCheck(): CSRFCheck

    Permalink
  11. def csrfConfig(): CSRFConfig

    Permalink
  12. def csrfErrorHandler(): CSRFErrorHandler

    Permalink
  13. def csrfFilter(): CSRFFilter

    Permalink
  14. def csrfTokenProvider(): TokenProvider

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def executionContext(): ExecutionContext

    Permalink
    Definition Classes
    AkkaComponents
  18. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  22. def materializer(): Materializer

    Permalink
    Definition Classes
    AkkaComponents
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def requireCSRFCheckAction(): RequireCSRFCheckAction

    Permalink
  27. def scalaHttpErrorHandler(): HttpErrorHandler

    Permalink
    Definition Classes
    HttpErrorHandlerComponents
  28. def sessionConfiguration(): SessionConfiguration

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

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

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

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

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

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

Inherited from AkkaComponents

Inherited from HttpErrorHandlerComponents

Inherited from HttpConfigurationComponents

Inherited from CryptoComponents

Inherited from ConfigurationComponents

Inherited from AnyRef

Inherited from Any

Ungrouped