Class OpenIdValidateController
- java.lang.Object
-
- org.apereo.cas.web.AbstractDelegateController
-
- org.apereo.cas.web.AbstractServiceValidateController
-
- org.apereo.cas.support.openid.web.mvc.OpenIdValidateController
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@Deprecated(since="6.2.0") public class OpenIdValidateController extends org.apereo.cas.web.AbstractServiceValidateControllerDeprecated.6.2An Openid controller that delegates to its own views on service validates. This controller is part of theDelegatingController.- Since:
- 4.2
-
-
Constructor Summary
Constructors Constructor Description OpenIdValidateController(org.apereo.cas.web.ServiceValidateConfigurationContext serviceValidateConfigurationContext, org.openid4java.server.ServerManager serverManager)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancanHandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Deprecated.org.springframework.web.servlet.ModelAndViewhandleRequestInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Deprecated.-
Methods inherited from class org.apereo.cas.web.AbstractServiceValidateController
addValidationSpecification, augmentSuccessViewModelObjects, enforceTicketValidationAuthorizationFor, getServiceCredentialsFromRequest, getServiceValidateConfigurationContext, handleProxyGrantingTicketDelivery, handleTicketValidation, initBinder, onSuccessfulValidation, prepareForTicketValidation, validateServiceTicket
-
-
-
-
Method Detail
-
handleRequestInternal
public org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.ExceptionDeprecated.- Overrides:
handleRequestInternalin classorg.apereo.cas.web.AbstractServiceValidateController- Throws:
java.lang.Exception
-
canHandle
public boolean canHandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Deprecated.- Overrides:
canHandlein classorg.apereo.cas.web.AbstractServiceValidateController
-
-