trait SessionCookieCryptoFilter extends Filter with CryptoImplicits
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SessionCookieCryptoFilter
- CryptoImplicits
- Filter
- EssentialFilter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def cookieHeaderEncoding: CookieHeaderEncoding
- Attributes
- protected
- abstract def decrypter: Decrypter
- Attributes
- protected
- implicit abstract def ec: ExecutionContext
- Attributes
- protected
- abstract def encrypter: Encrypter
- Attributes
- protected
- implicit abstract def mat: Materializer
- Definition Classes
- Filter
- abstract def sessionBaker: SessionCookieBaker
- Attributes
- protected
Concrete 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
- def apply(next: (RequestHeader) => Future[Result])(rh: RequestHeader): Future[Result]
- Definition Classes
- SessionCookieCryptoFilter → Filter
- def apply(next: EssentialAction): EssentialAction
- Definition Classes
- Filter → EssentialFilter
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJava: EssentialFilter
- Definition Classes
- EssentialFilter
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- implicit def cryptToString(c: Crypted): String
- Attributes
- protected
- Definition Classes
- CryptoImplicits
- val decodeCookieHeader: (String) => Seq[Cookie]
- Attributes
- protected
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @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
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- implicit def plainToString(p: PlainText): String
- Attributes
- protected
- Definition Classes
- CryptoImplicits
- implicit def strToCrypt(s: String): Crypted
- Attributes
- protected
- Definition Classes
- CryptoImplicits
- implicit def strToPlain(s: String): PlainContent
- Attributes
- protected
- Definition Classes
- CryptoImplicits
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)