Class SLOSamlPostProfileHandlerController
- java.lang.Object
-
- org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
-
- org.apereo.cas.support.saml.web.idp.profile.slo.AbstractSamlSLOProfileHandlerController
-
- org.apereo.cas.support.saml.web.idp.profile.slo.SLOSamlPostProfileHandlerController
-
public class SLOSamlPostProfileHandlerController extends AbstractSamlSLOProfileHandlerController
This isSLOSamlPostProfileHandlerController, 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.AbstractSamlProfileHandlerController
samlProfileHandlerConfigurationContext
-
-
Constructor Summary
Constructors Constructor Description SLOSamlPostProfileHandlerController(SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleSaml2ProfileSLOPostRequest(javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request)Handle SLO POST profile request.-
Methods inherited from class org.apereo.cas.support.saml.web.idp.profile.slo.AbstractSamlSLOProfileHandlerController
handleSloProfileRequest
-
Methods inherited from class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
buildCasAssertion, buildCasAssertion, buildRedirectUrlByRequestedAuthnContext, buildSamlResponse, constructServiceUrl, decodeSoapRequest, getAuthenticationContextMappings, getRegisteredServiceAndFacade, getSamlMetadataFacadeFor, getSamlMetadataFacadeFor, handleUnauthorizedServiceException, initiateAuthenticationRequest, issueAuthenticationRequestRedirect, logCasValidationAssertion, retrieveSamlAuthenticationRequestFromHttpRequest, verifyAuthenticationContextSignature, verifyAuthenticationContextSignature, verifySamlAuthenticationRequest, verifySamlRegisteredService
-
-
-
-
Constructor Detail
-
SLOSamlPostProfileHandlerController
public SLOSamlPostProfileHandlerController(SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext)
-
-
Method Detail
-
handleSaml2ProfileSLOPostRequest
@PostMapping(path="/idp/profile/SAML2/POST/SLO") protected void handleSaml2ProfileSLOPostRequest(javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request) throws java.lang.ExceptionHandle SLO POST profile request.- Parameters:
response- the responserequest- the request- Throws:
java.lang.Exception- the exception
-
-