public class OpenIdValidateController
extends org.apereo.cas.web.AbstractServiceValidateController
DelegatingController.| Constructor and Description |
|---|
OpenIdValidateController(org.apereo.cas.validation.CasProtocolValidationSpecification validationSpecification,
org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.CentralAuthenticationService centralAuthenticationService,
org.apereo.cas.ticket.proxy.ProxyHandler proxyHandler,
org.apereo.cas.web.support.ArgumentExtractor argumentExtractor,
org.apereo.cas.authentication.MultifactorTriggerSelectionStrategy multifactorTriggerSelectionStrategy,
org.apereo.cas.authentication.AuthenticationContextValidator authenticationContextValidator,
org.springframework.web.servlet.View jsonView,
org.springframework.web.servlet.View successView,
org.springframework.web.servlet.View failureView,
java.lang.String authnContextAttribute,
org.openid4java.server.ServerManager serverManager,
org.apereo.cas.validation.ServiceTicketValidationAuthorizersExecutionPlan validationAuthorizers,
boolean renewEnabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
addValidationSpecification, augmentSuccessViewModelObjects, enforceTicketValidationAuthorizationFor, getFailureView, getServiceCredentialsFromRequest, getSuccessView, handleTicketValidation, initBinder, onSuccessfulValidation, prepareForTicketValidation, setProxyHandler, setRenewEnabled, setValidationSpecifications, validateAuthenticationContext, validateServiceTicketpublic OpenIdValidateController(org.apereo.cas.validation.CasProtocolValidationSpecification validationSpecification,
org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.CentralAuthenticationService centralAuthenticationService,
org.apereo.cas.ticket.proxy.ProxyHandler proxyHandler,
org.apereo.cas.web.support.ArgumentExtractor argumentExtractor,
org.apereo.cas.authentication.MultifactorTriggerSelectionStrategy multifactorTriggerSelectionStrategy,
org.apereo.cas.authentication.AuthenticationContextValidator authenticationContextValidator,
org.springframework.web.servlet.View jsonView,
org.springframework.web.servlet.View successView,
org.springframework.web.servlet.View failureView,
java.lang.String authnContextAttribute,
org.openid4java.server.ServerManager serverManager,
org.apereo.cas.validation.ServiceTicketValidationAuthorizersExecutionPlan validationAuthorizers,
boolean renewEnabled)
public org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
handleRequestInternal in class org.apereo.cas.web.AbstractServiceValidateControllerjava.lang.Exceptionpublic boolean canHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
canHandle in class org.apereo.cas.web.AbstractServiceValidateController