LogoutResponseDsl

A Kotlin DSL to configure SAML 2.0 Logout Response components using idiomatic Kotlin code.

Author

Josh Cummings

Since

6.3

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var logoutResponseResolver: Saml2LogoutResponseResolver?

the Saml2LogoutResponseResolver to use for generating outgoing {@code LogoutResponse}s.

Link copied to clipboard
var logoutResponseValidator: Saml2LogoutResponseValidator?

the Saml2LogoutResponseValidator to use for validating incoming {@code LogoutResponse}s.

Link copied to clipboard

The URL by which the asserting party can send a SAML 2.0 Logout Response. The Asserting Party should use whatever HTTP method specified in {@link RelyingPartyRegistration#getSingleLogoutServiceBindings()}.