Package-level declarations

Types

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity exchange authorization using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity anonymous authentication using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure the ServerHttpSecurity cache control headers using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure the ServerHttpSecurity Content-Security-Policy header using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure the ServerHttpSecurity the content type options header using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity CORS headers using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure the HttpSecurity Cross-Origin-Embedder-Policy header using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure the HttpSecurity Cross-Origin-Opener-Policy header using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure the HttpSecurity Cross-Origin-Resource-Policy header using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity CSRF protection using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity exception handling using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity form login using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure the ServerHttpSecurity X-Frame-Options header using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity headers using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity basic authorization using idiomatic Kotlin code.

Link copied to clipboard

A ServerHttpSecurity Kotlin DSL created by http { } in order to configure ServerHttpSecurity using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity HTTPS redirection rules using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure the ServerHttpSecurity HTTP Strict Transport Security header using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity JWT Resource Server support using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity logout support using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure the ServerHttpSecurity OAuth 2.0 client using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity OAuth 2.0 login using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity OAuth 2.0 resource server using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity OIDC 1.0 Back-Channel Logout support using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity OIDC 1.0 login using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity form login using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity Opaque Token Resource Server support using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity password management using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure the ServerHttpSecurity permissions policy header using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure the ServerHttpSecurity referrer policy header using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure the request cache using idiomatic Kotlin code.

Link copied to clipboard

Marker annotation indicating that the annotated class is part of the security DSL for server configuration.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity Session Concurrency support using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity Session Management using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure ServerHttpSecurity X509 based pre authentication using idiomatic Kotlin code.

Link copied to clipboard

A Kotlin DSL to configure the ServerHttpSecurity XSS protection header using idiomatic Kotlin code.

Functions

Link copied to clipboard
operator fun ServerHttpSecurity.invoke(httpConfiguration: ServerHttpSecurityDsl.() -> Unit): SecurityWebFilterChain