public class Saml10SuccessResponseView extends AbstractCasView
If an AttributePrincipal is supplied, then the assertion will include the attributes from it (assuming a String key/Object value pair). The only Authentication attribute it will look at is the authMethod (if supplied).
Note that this class will currently not handle proxy authentication.
Note: This class currently expects a bean called "ServiceRegistry" to exist.
log| Constructor and Description |
|---|
Saml10SuccessResponseView() |
| Modifier and Type | Method and Description |
|---|---|
protected org.opensaml.SAMLSubject |
getSamlSubject(Authentication authentication) |
protected void |
renderMergedOutputModel(Map model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setEncoding(String encoding) |
void |
setIssueLength(long issueLength) |
void |
setIssuer(String issuer) |
void |
setRememberMeAttributeName(String rememberMeAttributeName) |
getAssertionFromaddStaticAttribute, createMergedOutputModel, createRequestContext, createTemporaryOutputStream, exposeModelAsRequestAttributes, generatesDownloadContent, getAttributesMap, getBeanName, getContentType, getRequestContextAttribute, getStaticAttributes, isExposePathVariables, prepareResponse, render, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setExposePathVariables, setRequestContextAttribute, toString, writeToResponsegetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextprotected void renderMergedOutputModel(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
renderMergedOutputModel in class org.springframework.web.servlet.view.AbstractViewExceptionprotected org.opensaml.SAMLSubject getSamlSubject(Authentication authentication) throws org.opensaml.SAMLException
org.opensaml.SAMLExceptionpublic void setIssueLength(long issueLength)
public void setIssuer(String issuer)
public void setEncoding(String encoding)
public void setRememberMeAttributeName(String rememberMeAttributeName)
Copyright © 2004-2012 Jasig. All Rights Reserved.