Package

play.filters

https

Permalink

package https

Visibility
  1. Public
  2. All

Type Members

  1. trait RedirectHttpsComponents extends AnyRef

    Permalink

    The Redirect to HTTPS filter components for compile time dependency injection.

  2. case class RedirectHttpsConfiguration(strictTransportSecurity: Option[String] = ..., redirectStatusCode: Int = PERMANENT_REDIRECT, sslPort: Option[Int] = None, redirectEnabled: Boolean = true) extends Product with Serializable

    Permalink
  3. class RedirectHttpsConfigurationProvider extends Provider[RedirectHttpsConfiguration]

    Permalink
    Annotations
    @Singleton()
  4. class RedirectHttpsFilter extends EssentialFilter

    Permalink

    A filter that redirects HTTP requests to https requests.

    A filter that redirects HTTP requests to https requests.

    To enable this filter, please add it to to your application.conf file using "play.filters.enabled+=play.filters.https.RedirectHttpsFilter"

    For documentation on configuring this filter, please see the Play documentation at https://www.playframework.com/documentation/latest/RedirectHttpsFilter

    Annotations
    @Singleton()
  5. class RedirectHttpsModule extends SimpleModule

    Permalink

Ungrouped