LogoutRequestDsl

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

Author

Josh Cummings

Since

6.3

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var logoutRequestRepository: Saml2LogoutRequestRepository

the Saml2LogoutRequestRepository to use for storing outgoing {@code LogoutRequest}s for linking to the corresponding {@code LogoutResponse} from the asserting party

Link copied to clipboard
var logoutRequestResolver: Saml2LogoutRequestResolver?

the Saml2LogoutRequestResolver to use for generating outgoing {@code LogoutRequest}s.

Link copied to clipboard
var logoutRequestValidator: Saml2LogoutRequestValidator?

the Saml2LogoutRequestValidator to use for validating incoming {@code LogoutRequest}s.

Link copied to clipboard

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