Class SLOSamlIdPRedirectProfileHandlerController
java.lang.Object
org.apereo.cas.support.saml.web.idp.profile.AbstractSamlIdPProfileHandlerController
org.apereo.cas.support.saml.web.idp.profile.slo.AbstractSamlSLOProfileHandlerController
org.apereo.cas.support.saml.web.idp.profile.slo.SLOSamlIdPRedirectProfileHandlerController
public class SLOSamlIdPRedirectProfileHandlerController
extends AbstractSamlSLOProfileHandlerController
This is
SLOSamlIdPRedirectProfileHandlerController, responsible for
handling requests for SAML2 SLO Redirects.- Since:
- 5.1.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 voidhandleSaml2ProfileSLORedirectRequest(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) Handle SLO Redirect profile request.Methods inherited from class org.apereo.cas.support.saml.web.idp.profile.slo.AbstractSamlSLOProfileHandlerController
handleSloProfileRequestMethods 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
-
SLOSamlIdPRedirectProfileHandlerController
-
-
Method Details
-
handleSaml2ProfileSLORedirectRequest
@GetMapping(path="/idp/profile/SAML2/Redirect/SLO") protected void handleSaml2ProfileSLORedirectRequest(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) throws Exception Handle SLO Redirect profile request.- Parameters:
response- the responserequest- the request- Throws:
Exception- the exception
-