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 aSaml2ErrorStatusExceptionexception, the method builds aResponseobject indicating the errorStatusgiven by the exception and signs it.Saml2ResponseBuilder.buildResponse(Saml2ResponseAttributes responseAttributes, Assertion assertion) voidSaml2ResponseAttributes.copyInto(Saml2ResponseAttributes responseAttributes) Fills the object with the suppliedSaml2ResponseAttributes.protected ResponseSaml2ResponseBuilder.createResponse(Saml2ResponseAttributes responseAttributes, Status status) Creates aResponseobject with the basic attributesID,DestinationandInResponseToas well as theIssuerelement and the suppliedStatuselement.