Class SSOSamlIdPPostSimpleSignProfileHandlerController
java.lang.Object
org.apereo.cas.support.saml.web.idp.profile.AbstractSamlIdPProfileHandlerController
org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlIdPPostSimpleSignProfileHandlerController
public class SSOSamlIdPPostSimpleSignProfileHandlerController
extends AbstractSamlIdPProfileHandlerController
The
SSOSamlIdPPostSimpleSignProfileHandlerController is responsible for
handling profile requests for SAML2 Web SSO SimpleSign.- Since:
- 5.2.0
-
Field Summary
Fields inherited from class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlIdPProfileHandlerController
configurationContext -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.web.servlet.ModelAndViewhandleSaml2ProfileSsoPostRequest(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) Handle SSO POST profile request.protected org.springframework.web.servlet.ModelAndViewhandleSaml2ProfileSsoRedirectRequest(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) Handle SSO POST profile request.Methods inherited from class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlIdPProfileHandlerController
autoConfigureCookiePath, bindRelayStateParameter, buildAuthenticationContextPair, buildCasAssertion, buildCasAssertion, buildResponseBasedSingleSignOnSession, buildSamlResponse, constructServiceUrl, decodeSoapRequest, determineProfileBinding, getRegisteredServiceAndFacade, getSamlMetadataFacadeFor, getSamlMetadataFacadeFor, handleSsoPostProfileRequest, handleUnauthorizedServiceException, initiateAuthenticationRequest, issueAuthenticationRequestRedirect, logCasValidationAssertion, retrieveAuthenticationRequest, singleSignOnSessionExists, storeAuthenticationRequest, verifyAuthenticationContextSignature, verifyAuthenticationContextSignature, verifySamlAuthenticationRequest, verifySamlRegisteredService
-
Constructor Details
-
SSOSamlIdPPostSimpleSignProfileHandlerController
-
-
Method Details
-
handleSaml2ProfileSsoRedirectRequest
@GetMapping(path="/idp/profile/SAML2/POST-SimpleSign/SSO") protected org.springframework.web.servlet.ModelAndView handleSaml2ProfileSsoRedirectRequest(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) throws Exception Handle SSO POST profile request.- Parameters:
response- the responserequest- the request- Returns:
- the model and view
- Throws:
Exception- the exception
-
handleSaml2ProfileSsoPostRequest
@PostMapping(path="/idp/profile/SAML2/POST-SimpleSign/SSO") protected org.springframework.web.servlet.ModelAndView handleSaml2ProfileSsoPostRequest(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) throws Exception Handle SSO POST profile request.- Parameters:
response- the responserequest- the request- Returns:
- the model and view
- Throws:
Exception- the exception
-