Uses of Class
se.swedenconnect.spring.saml.idp.response.Saml2ResponseAttributes
Packages that use Saml2ResponseAttributes
Package
Description
Context definitions for the Saml Identity Provider.
Support for sending SAML response messages.
-
Uses of Saml2ResponseAttributes in se.swedenconnect.spring.saml.idp.context
Methods in se.swedenconnect.spring.saml.idp.context that return Saml2ResponseAttributesModifier and TypeMethodDescriptionSaml2IdpContext.getResponseAttributes()
Gets theSaml2ResponseAttributes
. -
Uses of Saml2ResponseAttributes in se.swedenconnect.spring.saml.idp.response
Methods in se.swedenconnect.spring.saml.idp.response with parameters of type Saml2ResponseAttributesModifier and TypeMethodDescriptionSaml2ResponseBuilder.buildErrorResponse
(Saml2ResponseAttributes responseAttributes, Status errorStatus) Saml2ResponseBuilder.buildErrorResponse
(Saml2ResponseAttributes responseAttributes, Saml2ErrorStatusException error) Given aSaml2ErrorStatusException
exception, the method builds aResponse
object indicating the errorStatus
given by the exception and signs it.Saml2ResponseBuilder.buildResponse
(Saml2ResponseAttributes responseAttributes, Assertion assertion) void
Saml2ResponseAttributes.copyInto
(Saml2ResponseAttributes responseAttributes) Fills the object with the suppliedSaml2ResponseAttributes
.protected Response
Saml2ResponseBuilder.createResponse
(Saml2ResponseAttributes responseAttributes, Status status) Creates aResponse
object with the basic attributesID
,Destination
andInResponseTo
as well as theIssuer
element and the suppliedStatus
element.