public class SamlProfileSamlAuthNStatementBuilder extends org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder implements SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.AuthnStatement>
SamlProfileSamlAuthNStatementBuilder.| Constructor and Description |
|---|
SamlProfileSamlAuthNStatementBuilder(org.apereo.cas.support.saml.OpenSamlConfigBean configBean,
AuthnContextClassRefBuilder authnContextClassRefBuilder) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.saml.saml2.core.AuthnStatement |
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.
|
protected org.opensaml.saml.saml2.core.SubjectLocality |
buildSubjectLocality(java.lang.Object assertion,
org.opensaml.saml.saml2.core.RequestAbstractType authnRequest,
org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade adaptor,
java.lang.String binding)
Build subject locality subject locality.
|
addAttributeValuesToSaml2Attribute, decodeSamlAuthnRequest, generateSecureRandomId, getNameID, newAssertion, newAssertion, newAttribute, newAttributeStatement, newAuthnStatement, newConditions, newEcpResponse, newIssuer, newResponse, newStatus, newSubject, newSubjectpublic SamlProfileSamlAuthNStatementBuilder(org.apereo.cas.support.saml.OpenSamlConfigBean configBean,
AuthnContextClassRefBuilder authnContextClassRefBuilder)
public org.opensaml.saml.saml2.core.AuthnStatement 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.AuthnStatement>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 exceptionprotected org.opensaml.saml.saml2.core.SubjectLocality buildSubjectLocality(java.lang.Object assertion,
org.opensaml.saml.saml2.core.RequestAbstractType authnRequest,
org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade adaptor,
java.lang.String binding)
throws org.apereo.cas.support.saml.SamlException
assertion - the assertionauthnRequest - the authn requestadaptor - the adaptorbinding - the bindingorg.apereo.cas.support.saml.SamlException - the saml exception