Class SLOSamlIdPPostProfileHandlerController
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.SLOSamlIdPPostProfileHandlerController
This is
SLOSamlIdPPostProfileHandlerController, responsible for
handling requests for SAML2 SLO.- Since:
- 5.0.0
-
Field Summary
Fields inherited from class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlIdPProfileHandlerController
configurationContext -
Constructor Summary
ConstructorsConstructorDescriptionSLOSamlIdPPostProfileHandlerController(SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidhandleSaml2ProfileSLOPostRequest(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) Handle SLO POST 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
-
SLOSamlIdPPostProfileHandlerController
public SLOSamlIdPPostProfileHandlerController(SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext)
-
-
Method Details
-
handleSaml2ProfileSLOPostRequest
@PostMapping(path="/idp/profile/SAML2/POST/SLO") protected void handleSaml2ProfileSLOPostRequest(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) throws Exception Handle SLO POST profile request.- Parameters:
response- the responserequest- the request- Throws:
Exception- the exception
-