Uses of Interface
se.swedenconnect.spring.saml.idp.response.ResponsePage
Packages that use ResponsePage
Package
Description
Support for sending SAML response messages.
-
Uses of ResponsePage in se.swedenconnect.spring.saml.idp.response
Classes in se.swedenconnect.spring.saml.idp.response that implement ResponsePageModifier and TypeClassDescriptionclass
A helper for creating the HTML page that posts the response back to the Service Provider.class
AResponsePage
implementation that uses a Thymeleaf template engine.Methods in se.swedenconnect.spring.saml.idp.response with parameters of type ResponsePageModifier and TypeMethodDescriptionvoid
Saml2ResponseSender.setResponsePage
(ResponsePage responsePage) Assigns theResponsePage
to use when posting back the user.