Class SamlProfileSamlSoap11ResponseBuilder

java.lang.Object
org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder
org.apereo.cas.support.saml.web.idp.profile.builders.response.BaseSamlProfileSamlResponseBuilder<org.opensaml.soap.soap11.Envelope>
org.apereo.cas.support.saml.web.idp.profile.builders.response.soap.SamlProfileSamlSoap11ResponseBuilder
All Implemented Interfaces:
Serializable, org.apereo.cas.support.saml.util.Saml20ObjectBuilder, SamlProfileObjectBuilder<org.opensaml.soap.soap11.Envelope>
Direct Known Subclasses:
SamlProfileArtifactResponseBuilder, SamlProfileAttributeQueryResponseBuilder, SamlProfileSamlSoap11FaultResponseBuilder

public class SamlProfileSamlSoap11ResponseBuilder extends BaseSamlProfileSamlResponseBuilder<org.opensaml.soap.soap11.Envelope>
The SamlProfileSamlSoap11ResponseBuilder is responsible for building the final SAML assertion for the relying party.
Since:
4.2
See Also: