Class OpenIdProviderController


  • @Controller("openIdProviderController")
    @Deprecated(since="6.2.0")
    public class OpenIdProviderController
    extends java.lang.Object
    Deprecated.
    6.2
    Maps requests for usernames to a page that displays the Login URL for an OpenId Identity Provider.
    Since:
    3.1
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      org.springframework.web.servlet.ModelAndView handleRequestInternal​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Deprecated.
      Handle request internal model and view.
      • Methods inherited from class java.lang.Object

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

      • OpenIdProviderController

        public OpenIdProviderController()
        Deprecated.
    • Method Detail

      • handleRequestInternal

        @GetMapping("/openid/*")
        public org.springframework.web.servlet.ModelAndView handleRequestInternal​(javax.servlet.http.HttpServletRequest request,
                                                                                  javax.servlet.http.HttpServletResponse response)
        Deprecated.
        Handle request internal model and view.
        Parameters:
        request - the request
        response - the response
        Returns:
        the model and view