Class 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.AbstractServiceValidateController
    Deprecated.
    6.2
    An Openid controller that delegates to its own views on service validates. This controller is part of the DelegatingController.
    Since:
    4.2
    • Field Summary

      • Fields inherited from class org.apereo.cas.web.AbstractDelegateController

        applicationContext
    • 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
      boolean canHandle​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Deprecated.
       
      org.springframework.web.servlet.ModelAndView handleRequestInternal​(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
      • Methods inherited from class org.apereo.cas.web.AbstractDelegateController

        setApplicationContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenIdValidateController

        public OpenIdValidateController​(org.apereo.cas.web.ServiceValidateConfigurationContext serviceValidateConfigurationContext,
                                        org.openid4java.server.ServerManager serverManager)
        Deprecated.
    • Method Detail

      • handleRequestInternal

        public org.springframework.web.servlet.ModelAndView handleRequestInternal​(javax.servlet.http.HttpServletRequest request,
                                                                                  javax.servlet.http.HttpServletResponse response)
                                                                           throws java.lang.Exception
        Deprecated.
        Overrides:
        handleRequestInternal in class org.apereo.cas.web.AbstractServiceValidateController
        Throws:
        java.lang.Exception
      • canHandle

        public boolean canHandle​(javax.servlet.http.HttpServletRequest request,
                                 javax.servlet.http.HttpServletResponse response)
        Deprecated.
        Overrides:
        canHandle in class org.apereo.cas.web.AbstractServiceValidateController