Class SLOSamlRedirectProfileHandlerController
- 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.SLOSamlRedirectProfileHandlerController
-
public class SLOSamlRedirectProfileHandlerController extends AbstractSamlSLOProfileHandlerController
This isSLOSamlRedirectProfileHandlerController, 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.AbstractSamlProfileHandlerController
samlProfileHandlerConfigurationContext
-
-
Constructor Summary
Constructors Constructor Description SLOSamlRedirectProfileHandlerController(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 Redirect 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
-
SLOSamlRedirectProfileHandlerController
public SLOSamlRedirectProfileHandlerController(SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext)
-
-
Method Detail
-
handleSaml2ProfileSLOPostRequest
@GetMapping(path="/idp/profile/SAML2/Redirect/SLO") protected void handleSaml2ProfileSLOPostRequest(javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request) throws java.lang.ExceptionHandle SLO Redirect profile request.- Parameters:
response- the responserequest- the request- Throws:
java.lang.Exception- the exception
-
-