@Component(value="userInfoView") public class UserInfoView extends org.springframework.web.servlet.view.AbstractView
Modifier and Type | Field and Description |
---|---|
static String |
AUTHORIZED_CLAIMS |
protected com.google.gson.Gson |
gson |
static String |
REQUESTED_CLAIMS |
static String |
SCOPE |
static String |
USER_INFO |
static String |
VIEWNAME |
Constructor and Description |
---|
UserInfoView() |
Modifier and Type | Method and Description |
---|---|
protected void |
renderMergedOutputModel(Map<String,Object> model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
writeOut(com.google.gson.JsonObject json,
Map<String,Object> model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
addStaticAttribute, 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, writeToResponse
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
public static final String REQUESTED_CLAIMS
public static final String AUTHORIZED_CLAIMS
public static final String SCOPE
public static final String USER_INFO
public static final String VIEWNAME
protected com.google.gson.Gson gson
public UserInfoView()
protected void renderMergedOutputModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
renderMergedOutputModel
in class org.springframework.web.servlet.view.AbstractView
Copyright © 2018. All rights reserved.