public class Saml10FailureResponseView extends AbstractSaml10ResponseView
issueLength, samlObjectBuilder, skewAllowance| Constructor and Description |
|---|
Saml10FailureResponseView(org.apereo.cas.authentication.ProtocolAttributeEncoder protocolAttributeEncoder,
org.apereo.cas.services.ServicesManager servicesManager,
java.lang.String authenticationContextAttribute,
Saml10ObjectBuilder samlObjectBuilder,
org.apereo.cas.web.support.ArgumentExtractor samlArgumentExtractor,
java.lang.String encoding,
int skewAllowance,
int issueLength,
org.apereo.cas.authentication.AuthenticationAttributeReleasePolicy authAttrReleasePolicy) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
prepareResponse(org.opensaml.saml.saml1.core.Response response,
java.util.Map<java.lang.String,java.lang.Object> model)
Subclasses must implement this method by adding child elements (status, assertion, etc) to
the given empty SAML 1 response message.
|
renderMergedOutputModeldecideAttributeReleaseBasedOnServiceAttributePolicy, decideIfCredentialPasswordShouldBeReleasedAsAttribute, decideIfProxyGrantingTicketShouldBeReleasedAsAttribute, getAssertionFrom, getAuthenticationAttribute, getAuthenticationAttributeReleasePolicy, getAuthenticationAttributes, getAuthenticationAttributesAsMultiValuedAttributes, getAuthenticationContextAttribute, getAuthenticationDate, getChainedAuthentications, getErrorCodeFrom, getErrorDescriptionFrom, getModelAttributes, getPrimaryAuthenticationFrom, getPrincipal, getPrincipalAttributesAsMultiValuedAttributes, getProtocolAttributeEncoder, getProxyGrantingTicketId, getProxyGrantingTicketIou, getSatisfiedMultifactorAuthenticationProviderId, getServiceFrom, getServicesManager, isAssertionBackedByNewLogin, isRememberMeAuthentication, isSuccessResponse, putAllIntoModel, putIntoModeladdStaticAttribute, createMergedOutputModel, createRequestContext, createTemporaryOutputStream, exposeModelAsRequestAttributes, generatesDownloadContent, getAttributesMap, getBeanName, getContentType, getRequestContextAttribute, getRequestToExpose, getStaticAttributes, isExposePathVariables, prepareResponse, render, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setExposeContextBeansAsAttributes, setExposedContextBeanNames, setExposePathVariables, setRequestContextAttribute, setResponseContentType, toString, writeToResponsegetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextpublic Saml10FailureResponseView(org.apereo.cas.authentication.ProtocolAttributeEncoder protocolAttributeEncoder,
org.apereo.cas.services.ServicesManager servicesManager,
java.lang.String authenticationContextAttribute,
Saml10ObjectBuilder samlObjectBuilder,
org.apereo.cas.web.support.ArgumentExtractor samlArgumentExtractor,
java.lang.String encoding,
int skewAllowance,
int issueLength,
org.apereo.cas.authentication.AuthenticationAttributeReleasePolicy authAttrReleasePolicy)
protected void prepareResponse(org.opensaml.saml.saml1.core.Response response,
java.util.Map<java.lang.String,java.lang.Object> model)
AbstractSaml10ResponseViewprepareResponse in class AbstractSaml10ResponseViewresponse - SAML 1 response message to be filled.model - Spring MVC model map containing data needed to prepare response.