Class SmartOpenIdController

  • All Implemented Interfaces:
    java.io.Serializable, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    @Deprecated(since="6.2.0")
    public class SmartOpenIdController
    extends org.apereo.cas.web.AbstractDelegateController
    implements java.io.Serializable
    Deprecated.
    6.2
    Generates an association to an openid association request.
    Since:
    3.5
    See Also:
    Serialized Form
    • Field Summary

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

        applicationContext
    • 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.
       
      java.util.Map<java.lang.String,​java.lang.String> getAssociationResponse​(javax.servlet.http.HttpServletRequest request)
      Deprecated.
      Gets the association response.
      protected 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.AbstractDelegateController

        setApplicationContext
      • Methods inherited from class java.lang.Object

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

      • SmartOpenIdController

        public SmartOpenIdController()
        Deprecated.
    • Method Detail

      • getAssociationResponse

        public java.util.Map<java.lang.String,​java.lang.String> getAssociationResponse​(javax.servlet.http.HttpServletRequest request)
        Deprecated.
        Gets the association response. Determines the mode first. If mode is set to associate, will set the response. Then builds the response parameters next and returns.
        Parameters:
        request - the request
        Returns:
        the association response
      • canHandle

        public boolean canHandle​(javax.servlet.http.HttpServletRequest request,
                                 javax.servlet.http.HttpServletResponse response)
        Deprecated.
        Specified by:
        canHandle in class org.apereo.cas.web.AbstractDelegateController
      • handleRequestInternal

        protected org.springframework.web.servlet.ModelAndView handleRequestInternal​(javax.servlet.http.HttpServletRequest request,
                                                                                     javax.servlet.http.HttpServletResponse response)
        Deprecated.
        Specified by:
        handleRequestInternal in class org.apereo.cas.web.AbstractDelegateController