Class SSOSamlPostSimpleSignProfileHandlerController
- java.lang.Object
-
- org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
-
- org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlPostSimpleSignProfileHandlerController
-
public class SSOSamlPostSimpleSignProfileHandlerController extends AbstractSamlProfileHandlerController
TheSSOSamlPostSimpleSignProfileHandlerControlleris 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.AbstractSamlProfileHandlerController
samlProfileHandlerConfigurationContext
-
-
Constructor Summary
Constructors Constructor Description SSOSamlPostSimpleSignProfileHandlerController(SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleSaml2ProfileSsoPostRequest(javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request)Handle SSO POST profile request.protected voidhandleSaml2ProfileSsoRedirectRequest(javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request)Handle SSO POST profile request.protected voidhandleSsoPostProfileRequest(javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request, org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder decoder)Handle profile request.-
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
-
SSOSamlPostSimpleSignProfileHandlerController
public SSOSamlPostSimpleSignProfileHandlerController(SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext)
-
-
Method Detail
-
handleSaml2ProfileSsoRedirectRequest
@GetMapping(path="/idp/profile/SAML2/POST-SimpleSign/SSO") protected void handleSaml2ProfileSsoRedirectRequest(javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request) throws java.lang.ExceptionHandle SSO POST profile request.- Parameters:
response- the responserequest- the request- Throws:
java.lang.Exception- the exception
-
handleSaml2ProfileSsoPostRequest
@PostMapping(path="/idp/profile/SAML2/POST-SimpleSign/SSO") protected void handleSaml2ProfileSsoPostRequest(javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request) throws java.lang.ExceptionHandle SSO POST profile request.- Parameters:
response- the responserequest- the request- Throws:
java.lang.Exception- the exception
-
handleSsoPostProfileRequest
protected void handleSsoPostProfileRequest(javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request, org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder decoder) throws java.lang.ExceptionHandle profile request.- Parameters:
response- the responserequest- the requestdecoder- the decoder- Throws:
java.lang.Exception- the exception
-
-