Interface SamlProfileObjectBuilder<T extends org.opensaml.core.xml.XMLObject>
- Type Parameters:
T- the type parameter
- All Superinterfaces:
org.apereo.cas.support.saml.util.Saml20ObjectBuilder
- All Known Implementing Classes:
BaseSamlProfileSamlResponseBuilder,SamlProfileArtifactFaultResponseBuilder,SamlProfileArtifactResponseBuilder,SamlProfileAttributeQueryFaultResponseBuilder,SamlProfileAttributeQueryResponseBuilder,SamlProfileAuthnContextClassRefBuilder,SamlProfileSaml2ResponseBuilder,SamlProfileSamlAssertionBuilder,SamlProfileSamlAttributeStatementBuilder,SamlProfileSamlAuthNStatementBuilder,SamlProfileSamlConditionsBuilder,SamlProfileSamlNameIdBuilder,SamlProfileSamlSoap11FaultResponseBuilder,SamlProfileSamlSoap11ResponseBuilder,SamlProfileSamlSubjectBuilder
public interface SamlProfileObjectBuilder<T extends org.opensaml.core.xml.XMLObject>
extends org.apereo.cas.support.saml.util.Saml20ObjectBuilder
The
SamlProfileObjectBuilder defines the operations
required for building the saml response for an RP.- Since:
- 5.0.0
-
Method Summary
Methods inherited from interface org.apereo.cas.support.saml.util.Saml20ObjectBuilder
getSamlObjectQName, newSamlObject
-
Method Details
-
build
Build.- Parameters:
context- the context- Returns:
- the response
- Throws:
Exception- the exception
-