Packages

package binders

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. binders
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Applicative[T[_]] extends AnyRef
    Annotations
    @implicitNotFound()
  2. case class PermitAllOnDev(environment: Environment) extends RedirectUrlPolicy[Id] with Product with Serializable
  3. case class RedirectUrl(url: String) extends Product with Serializable
  4. sealed trait RedirectUrlPolicy[T[_]] extends AnyRef
  5. final case class SafeRedirectUrl(url: String) extends AnyVal with Product with Serializable

Value Members

  1. object AbsoluteWithHostnameFromAllowlist
  2. case object OnlyRelative extends RedirectUrlPolicy[Id] with Product with Serializable
  3. object RedirectUrl extends Serializable
  4. object RedirectUrlPolicy
  5. case object UnsafePermitAll extends RedirectUrlPolicy[Id] with Product with Serializable

Deprecated Value Members

  1. object AbsoluteWithHostnameFromWhitelist
    Annotations
    @deprecated
    Deprecated

    (Since version 4.0.0) Use uk.gov.hmrc.play.bootstrap.binders.AbsoluteWithHostnameFromAllowlist instead

Inherited from AnyRef

Inherited from Any

Ungrouped