Uses of Class
se.swedenconnect.spring.saml.idp.response.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
Modifier and TypeMethodDescriptionSaml2IdpContext.getResponseAttributes()
Gets theSaml2ResponseAttributes
. -
Uses of Saml2ResponseAttributes in se.swedenconnect.spring.saml.idp.response
Modifier and TypeMethodDescriptionorg.opensaml.saml.saml2.core.Response
Saml2ResponseBuilder.buildErrorResponse
(Saml2ResponseAttributes responseAttributes, org.opensaml.saml.saml2.core.Status errorStatus) Given an errorStatus
object, the method builds aResponse
object indicating the error and signs it.org.opensaml.saml.saml2.core.Response
Saml2ResponseBuilder.buildErrorResponse
(Saml2ResponseAttributes responseAttributes, Saml2ErrorStatusException error) Given aSaml2ErrorStatusException
exception, the method builds aResponse
object indicating the errorStatus
given by the exception and signs it.org.opensaml.saml.saml2.core.Response
Saml2ResponseBuilder.buildResponse
(Saml2ResponseAttributes responseAttributes, org.opensaml.saml.saml2.core.Assertion assertion) Given anAssertion
, the method builds aResponse
object including the suppliedAssertion
.void
Saml2ResponseAttributes.copyInto
(Saml2ResponseAttributes responseAttributes) Fills the object with the suppliedSaml2ResponseAttributes
.protected org.opensaml.saml.saml2.core.Response
Saml2ResponseBuilder.createResponse
(Saml2ResponseAttributes responseAttributes, org.opensaml.saml.saml2.core.Status status) Creates aResponse
object with the basic attributesID
,Destination
andInResponseTo
as well as theIssuer
element and the suppliedStatus
element.