public class SamlProfileSamlAttributeStatementBuilder extends org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder implements SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.AttributeStatement>
| Constructor and Description |
|---|
SamlProfileSamlAttributeStatementBuilder(org.apereo.cas.support.saml.OpenSamlConfigBean configBean,
org.apereo.cas.authentication.ProtocolAttributeEncoder samlAttributeEncoder) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.saml.saml2.core.AttributeStatement |
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.
|
addAttributeValuesToSaml2Attribute, decodeSamlAuthnRequest, generateSecureRandomId, getNameID, newAssertion, newAssertion, newAttribute, newAttributeStatement, newAuthnStatement, newConditions, newEcpResponse, newIssuer, newResponse, newStatus, newSubject, newSubjectpublic SamlProfileSamlAttributeStatementBuilder(org.apereo.cas.support.saml.OpenSamlConfigBean configBean,
org.apereo.cas.authentication.ProtocolAttributeEncoder samlAttributeEncoder)
public org.opensaml.saml.saml2.core.AttributeStatement 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
SamlProfileObjectBuilderbuild in interface SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.AttributeStatement>authnRequest - the authn requestrequest - the requestresponse - the responseassertion - the assertionservice - the serviceadaptor - the adaptorbinding - the bindingmessageContext - the message contextorg.apereo.cas.support.saml.SamlException - the exception