public class OidcProfileEndpointController
extends org.apereo.cas.support.oauth.web.OAuth20ProfileController
OidcProfileEndpointController.| Constructor and Description |
|---|
OidcProfileEndpointController() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.http.ResponseEntity<java.lang.String> |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected java.util.Map<java.lang.String,java.lang.Object> |
writeOutProfileResponse(org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.authentication.principal.Principal principal) |
createAuthentication, createService, generateAccessToken, getAccessTokenFactory, getPrincipalFactory, getServicesManager, getTicketRegistry, getValidator, setAccessTokenFactory, setPrincipalFactory, setServicesManager, setTicketRegistry, setValidator@RequestMapping(value="/oidc/profile",
method=GET,
produces="application/json")
protected org.springframework.http.ResponseEntity<java.lang.String> handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
handleRequestInternal in class org.apereo.cas.support.oauth.web.OAuth20ProfileControllerjava.lang.Exceptionprotected java.util.Map<java.lang.String,java.lang.Object> writeOutProfileResponse(org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.authentication.principal.Principal principal)
throws java.io.IOException
writeOutProfileResponse in class org.apereo.cas.support.oauth.web.OAuth20ProfileControllerjava.io.IOException