public class Cas30ResponseView extends Cas20ResponseView
authenticationRequestServiceSelectionStrategies| Constructor and Description |
|---|
Cas30ResponseView(boolean successResponse,
org.apereo.cas.authentication.ProtocolAttributeEncoder protocolAttributeEncoder,
org.apereo.cas.services.ServicesManager servicesManager,
java.lang.String authenticationContextAttribute,
org.springframework.web.servlet.View view,
boolean releaseProtocolAttributes,
org.apereo.cas.authentication.AuthenticationAttributeReleasePolicy authenticationAttributeReleasePolicy,
org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy,
org.apereo.cas.validation.CasProtocolAttributesRenderer attributesRenderer) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
getCasPrincipalAttributes(java.util.Map<java.lang.String,java.lang.Object> model,
org.apereo.cas.services.RegisteredService registeredService)
Put cas principal attributes into model.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
getCasProtocolAuthenticationAttributes(java.util.Map<java.lang.String,java.lang.Object> model,
org.apereo.cas.services.RegisteredService registeredService)
Put cas authentication attributes into model.
|
protected void |
prepareMergedOutputModel(java.util.Map<java.lang.String,java.lang.Object> model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
putCasResponseAttributesIntoModel(java.util.Map<java.lang.String,java.lang.Object> model,
java.util.Map<java.lang.String,java.lang.Object> attributes,
org.apereo.cas.services.RegisteredService registeredService)
Put cas response attributes into model.
|
getView, 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 Cas30ResponseView(boolean successResponse,
org.apereo.cas.authentication.ProtocolAttributeEncoder protocolAttributeEncoder,
org.apereo.cas.services.ServicesManager servicesManager,
java.lang.String authenticationContextAttribute,
org.springframework.web.servlet.View view,
boolean releaseProtocolAttributes,
org.apereo.cas.authentication.AuthenticationAttributeReleasePolicy authenticationAttributeReleasePolicy,
org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy,
org.apereo.cas.validation.CasProtocolAttributesRenderer attributesRenderer)
protected void prepareMergedOutputModel(java.util.Map<java.lang.String,java.lang.Object> model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
prepareMergedOutputModel in class Cas20ResponseViewjava.lang.Exceptionprotected java.util.Map<java.lang.String,java.lang.Object> getCasProtocolAuthenticationAttributes(java.util.Map<java.lang.String,java.lang.Object> model,
org.apereo.cas.services.RegisteredService registeredService)
model - the modelregisteredService - the registered serviceprotected java.util.Map<java.lang.String,java.lang.Object> getCasPrincipalAttributes(java.util.Map<java.lang.String,java.lang.Object> model,
org.apereo.cas.services.RegisteredService registeredService)
model - the modelregisteredService - the registered serviceprotected void putCasResponseAttributesIntoModel(java.util.Map<java.lang.String,java.lang.Object> model,
java.util.Map<java.lang.String,java.lang.Object> attributes,
org.apereo.cas.services.RegisteredService registeredService)
model - the modelattributes - the attributesregisteredService - the registered service