package binders
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- binders
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
Applicative[T[_]] extends AnyRef
- Annotations
- @implicitNotFound( ... )
- case class PermitAllOnDev(environment: Environment) extends RedirectUrlPolicy[Id] with Product with Serializable
- case class RedirectUrl(url: String) extends Product with Serializable
- sealed trait RedirectUrlPolicy[T[_]] extends AnyRef
- final case class SafeRedirectUrl(url: String) extends AnyVal with Product with Serializable
Value Members
- object AbsoluteWithHostnameFromAllowlist
- object OnlyRelative extends RedirectUrlPolicy[Id] with Product with Serializable
- object RedirectUrl extends Serializable
- object RedirectUrlPolicy
- object UnsafePermitAll extends RedirectUrlPolicy[Id] with Product with Serializable
Deprecated Value Members
-
object
AbsoluteWithHostnameFromWhitelist
- Annotations
- @deprecated
- Deprecated
(Since version 4.0.0) Use uk.gov.hmrc.play.bootstrap.binders.AbsoluteWithHostnameFromAllowlist instead