Class BaseSamlProfileSamlResponseBuilder<T extends org.opensaml.core.xml.XMLObject>

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<T>
All Implemented Interfaces:
Serializable, org.apereo.cas.support.saml.util.Saml20ObjectBuilder, SamlProfileObjectBuilder<T>
Direct Known Subclasses:
SamlProfileSaml2ResponseBuilder, SamlProfileSamlSoap11ResponseBuilder

public abstract class BaseSamlProfileSamlResponseBuilder<T extends org.opensaml.core.xml.XMLObject> extends org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder implements SamlProfileObjectBuilder<T>
The BaseSamlProfileSamlResponseBuilder is responsible for building the final SAML assertion for the relying party.
Since:
4.2
See Also: