public class SamlProfileSamlConditionsBuilder extends org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder implements SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.Conditions>
SamlProfileSamlConditionsBuilder.| Constructor and Description |
|---|
SamlProfileSamlConditionsBuilder(org.apereo.cas.support.saml.OpenSamlConfigBean configBean) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.saml.saml2.core.Conditions |
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)
Build response.
|
protected org.opensaml.saml.saml2.core.Conditions |
buildConditions(org.opensaml.saml.saml2.core.RequestAbstractType authnRequest,
java.lang.Object assertion,
org.apereo.cas.support.saml.services.SamlRegisteredService service,
org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade adaptor)
Build conditions conditions.
|
addAttributeValuesToSaml2Attribute, decodeSamlAuthnRequest, generateSecureRandomId, getNameID, newAssertion, newAssertion, newAttribute, newAttributeStatement, newAuthnStatement, newConditions, newEcpResponse, newIssuer, newResponse, newStatus, newSubject, newSubjectpublic SamlProfileSamlConditionsBuilder(org.apereo.cas.support.saml.OpenSamlConfigBean configBean)
public org.opensaml.saml.saml2.core.Conditions 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)
throws org.apereo.cas.support.saml.SamlException
SamlProfileObjectBuilderbuild in interface SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.Conditions>authnRequest - the authn requestrequest - the requestresponse - the responseassertion - the assertionservice - the serviceadaptor - the adaptorbinding - the bindingorg.apereo.cas.support.saml.SamlException - the exceptionprotected org.opensaml.saml.saml2.core.Conditions buildConditions(org.opensaml.saml.saml2.core.RequestAbstractType authnRequest,
java.lang.Object assertion,
org.apereo.cas.support.saml.services.SamlRegisteredService service,
org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade adaptor)
throws org.apereo.cas.support.saml.SamlException
authnRequest - the authn requestassertion - the assertionservice - the serviceadaptor - the adaptororg.apereo.cas.support.saml.SamlException - the saml exception