public class SamlProfileAttributeQueryResponseBuilder extends SamlProfileSamlSoap11ResponseBuilder
saml2ResponseBuildercasProperties, samlObjectSigner, velocityEngineFactory| Constructor and Description |
|---|
SamlProfileAttributeQueryResponseBuilder(org.apereo.cas.support.saml.OpenSamlConfigBean openSamlConfigBean,
BaseSamlObjectSigner samlObjectSigner,
org.springframework.ui.velocity.VelocityEngineFactory velocityEngineFactory,
SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.Assertion> samlProfileSamlAssertionBuilder,
SamlProfileObjectBuilder<? extends org.opensaml.saml.common.SAMLObject> saml2ResponseBuilder,
SamlObjectEncrypter samlObjectEncrypter) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.soap.soap11.Envelope |
build(org.opensaml.saml.saml2.core.RequestAbstractType authnRequest,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Object casAssertion,
org.apereo.cas.support.saml.services.SamlRegisteredService service,
org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade adaptor,
java.lang.String binding)
Build response.
|
buildResponse, buildSaml2Response, encodebuildEntityIssuer, buildSamlAssertion, encodeFinalResponse, encryptAssertionaddAttributeValuesToSaml2Attribute, decodeSamlAuthnRequest, generateSecureRandomId, getNameID, newAssertion, newAssertion, newAttribute, newAttributeStatement, newAuthnStatement, newConditions, newEcpResponse, newIssuer, newResponse, newStatus, newSubject, newSubjectpublic SamlProfileAttributeQueryResponseBuilder(org.apereo.cas.support.saml.OpenSamlConfigBean openSamlConfigBean,
BaseSamlObjectSigner samlObjectSigner,
org.springframework.ui.velocity.VelocityEngineFactory velocityEngineFactory,
SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.Assertion> samlProfileSamlAssertionBuilder,
SamlProfileObjectBuilder<? extends org.opensaml.saml.common.SAMLObject> saml2ResponseBuilder,
SamlObjectEncrypter samlObjectEncrypter)
public org.opensaml.soap.soap11.Envelope build(org.opensaml.saml.saml2.core.RequestAbstractType authnRequest,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Object casAssertion,
org.apereo.cas.support.saml.services.SamlRegisteredService service,
org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade adaptor,
java.lang.String binding)
throws org.apereo.cas.support.saml.SamlException
SamlProfileObjectBuilderbuild in interface SamlProfileObjectBuilderbuild in class BaseSamlProfileSamlResponseBuilder<org.opensaml.soap.soap11.Envelope>authnRequest - the authn requestrequest - the requestresponse - the responsecasAssertion - the assertionservice - the serviceadaptor - the adaptorbinding - the bindingorg.apereo.cas.support.saml.SamlException - the exception