public class V3ProxyValidateController extends V3ServiceValidateController
| Constructor and Description |
|---|
V3ProxyValidateController(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.apereo.cas.validation.ServiceTicketValidationAuthorizersExecutionPlan validationAuthorizers,
boolean renewEnabled) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.servlet.ModelAndView |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle model and view.
|
addValidationSpecification, augmentSuccessViewModelObjects, canHandle, enforceTicketValidationAuthorizationFor, getFailureView, getServiceCredentialsFromRequest, getSuccessView, handleRequestInternal, handleTicketValidation, initBinder, onSuccessfulValidation, prepareForTicketValidation, validateAuthenticationContext, validateServiceTicketpublic V3ProxyValidateController(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.apereo.cas.validation.ServiceTicketValidationAuthorizersExecutionPlan validationAuthorizers,
boolean renewEnabled)
@GetMapping(path="/p3/proxyValidate")
protected org.springframework.web.servlet.ModelAndView handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
handle in class V3ServiceValidateControllerrequest - the requestresponse - the responsejava.lang.Exception - the exception