|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.view.AbstractView
org.jasig.cas.web.view.AbstractCasView
org.jasig.cas.web.view.AbstractSaml10ResponseView
org.jasig.cas.web.view.Saml10FailureResponseView
public final class Saml10FailureResponseView
Represents a failed attempt at validating a ticket, responding via a SAML SOAP message.
| Field Summary |
|---|
| Fields inherited from class org.jasig.cas.web.view.AbstractCasView |
|---|
log |
| Fields inherited from class org.springframework.web.servlet.view.AbstractView |
|---|
DEFAULT_CONTENT_TYPE |
| Fields inherited from class org.springframework.context.support.ApplicationObjectSupport |
|---|
logger |
| Fields inherited from interface org.springframework.web.servlet.View |
|---|
PATH_VARIABLES, RESPONSE_STATUS_ATTRIBUTE |
| Constructor Summary | |
|---|---|
Saml10FailureResponseView()
|
|
| Method Summary | |
|---|---|
protected void |
prepareResponse(org.opensaml.saml1.core.Response response,
Map<String,Object> model)
Subclasses must implement this method by adding child elements (status, assertion, etc) to the given empty SAML 1 response message. |
| Methods inherited from class org.jasig.cas.web.view.AbstractSaml10ResponseView |
|---|
generateId, newSamlObject, newStatus, renderMergedOutputModel, setEncoding |
| Methods inherited from class org.jasig.cas.web.view.AbstractCasView |
|---|
getAssertionFrom |
| Methods inherited from class org.springframework.web.servlet.view.AbstractView |
|---|
addStaticAttribute, createMergedOutputModel, createRequestContext, createTemporaryOutputStream, exposeModelAsRequestAttributes, generatesDownloadContent, getAttributesMap, getBeanName, getContentType, getRequestContextAttribute, getStaticAttributes, isExposePathVariables, prepareResponse, render, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setExposePathVariables, setRequestContextAttribute, toString, writeToResponse |
| Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport |
|---|
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext |
| Methods inherited from class org.springframework.context.support.ApplicationObjectSupport |
|---|
getApplicationContext, getMessageSourceAccessor, initApplicationContext, requiredContextClass, setApplicationContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Saml10FailureResponseView()
| Method Detail |
|---|
protected void prepareResponse(org.opensaml.saml1.core.Response response,
Map<String,Object> model)
AbstractSaml10ResponseView
prepareResponse in class AbstractSaml10ResponseViewresponse - SAML 1 response message to be filled.model - Spring MVC model map containing data needed to prepare response.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||