Interface SamlProfileObjectBuilder<T extends org.opensaml.core.xml.XMLObject>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T build​(org.opensaml.saml.saml2.core.RequestAbstractType authnRequest, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object assertion, org.apereo.cas.support.saml.services.SamlRegisteredService service, org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade adaptor, java.lang.String binding, org.opensaml.messaging.context.MessageContext messageContext)
      Build response.
    • Method Detail

      • build

        T build​(org.opensaml.saml.saml2.core.RequestAbstractType authnRequest,
                javax.servlet.http.HttpServletRequest request,
                javax.servlet.http.HttpServletResponse response,
                java.lang.Object assertion,
                org.apereo.cas.support.saml.services.SamlRegisteredService service,
                org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade adaptor,
                java.lang.String binding,
                org.opensaml.messaging.context.MessageContext messageContext)
         throws org.apereo.cas.support.saml.SamlException
        Build response.
        Parameters:
        authnRequest - the authn request
        request - the request
        response - the response
        assertion - the assertion
        service - the service
        adaptor - the adaptor
        binding - the binding
        messageContext - the message context
        Returns:
        the response
        Throws:
        org.apereo.cas.support.saml.SamlException - the exception