Class SSOSamlPostSimpleSignProfileHandlerController

    • Constructor Detail

    • Method Detail

      • handleSaml2ProfileSsoRedirectRequest

        @GetMapping(path="/idp/profile/SAML2/POST-SimpleSign/SSO")
        protected void handleSaml2ProfileSsoRedirectRequest​(javax.servlet.http.HttpServletResponse response,
                                                            javax.servlet.http.HttpServletRequest request)
                                                     throws java.lang.Exception
        Handle SSO POST profile request.
        Parameters:
        response - the response
        request - the request
        Throws:
        java.lang.Exception - the exception
      • handleSaml2ProfileSsoPostRequest

        @PostMapping(path="/idp/profile/SAML2/POST-SimpleSign/SSO")
        protected void handleSaml2ProfileSsoPostRequest​(javax.servlet.http.HttpServletResponse response,
                                                        javax.servlet.http.HttpServletRequest request)
                                                 throws java.lang.Exception
        Handle SSO POST profile request.
        Parameters:
        response - the response
        request - the request
        Throws:
        java.lang.Exception - the exception
      • handleSsoPostProfileRequest

        protected void handleSsoPostProfileRequest​(javax.servlet.http.HttpServletResponse response,
                                                   javax.servlet.http.HttpServletRequest request,
                                                   org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder decoder)
                                            throws java.lang.Exception
        Handle profile request.
        Parameters:
        response - the response
        request - the request
        decoder - the decoder
        Throws:
        java.lang.Exception - the exception