public class SSOSamlPostSimpleSignProfileHandlerController extends AbstractSamlProfileHandlerController
SSOSamlPostSimpleSignProfileHandlerController is responsible for
handling profile requests for SAML2 Web SSO SimpleSign.authenticationSystemSupport, callbackService, casProperties, configBean, parserPool, responseBuilder, samlObjectSignatureValidator, samlObjectSigner, samlRegisteredServiceCachingMetadataResolver, servicesManager, webApplicationServiceFactory| Constructor and Description |
|---|
SSOSamlPostSimpleSignProfileHandlerController(SamlIdPObjectSigner samlObjectSigner,
net.shibboleth.utilities.java.support.xml.ParserPool parserPool,
org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> webApplicationServiceFactory,
org.apereo.cas.support.saml.services.idp.metadata.cache.SamlRegisteredServiceCachingMetadataResolver samlRegisteredServiceCachingMetadataResolver,
org.apereo.cas.support.saml.OpenSamlConfigBean configBean,
SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.Response> responseBuilder,
org.apereo.cas.configuration.CasConfigurationProperties casProperties,
SamlObjectSignatureValidator samlObjectSignatureValidator,
SSOSamlHttpRequestExtractor samlHttpRequestExtractor,
org.apereo.cas.authentication.principal.Service callbackService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleSaml2ProfileSsoPostRequest(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
Handle SSO POST profile request.
|
protected void |
handleSaml2ProfileSsoRedirectRequest(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
Handle SSO POST profile request.
|
protected void |
handleSsoPostProfileRequest(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder decoder)
Handle profile request.
|
buildCasAssertion, buildCasAssertion, buildRedirectUrlByRequestedAuthnContext, buildSamlResponse, constructServiceUrl, decodeSoapRequest, getAuthenticationContextMappings, getRegisteredServiceAndFacade, getSamlMetadataFacadeFor, getSamlMetadataFacadeFor, handleUnauthorizedServiceException, initiateAuthenticationRequest, issueAuthenticationRequestRedirect, logCasValidationAssertion, retrieveSamlAuthenticationRequestFromHttpRequest, verifyAuthenticationContextSignature, verifyAuthenticationContextSignature, verifySamlAuthenticationRequest, verifySamlRegisteredServicepublic SSOSamlPostSimpleSignProfileHandlerController(SamlIdPObjectSigner samlObjectSigner, net.shibboleth.utilities.java.support.xml.ParserPool parserPool, org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> webApplicationServiceFactory, org.apereo.cas.support.saml.services.idp.metadata.cache.SamlRegisteredServiceCachingMetadataResolver samlRegisteredServiceCachingMetadataResolver, org.apereo.cas.support.saml.OpenSamlConfigBean configBean, SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.Response> responseBuilder, org.apereo.cas.configuration.CasConfigurationProperties casProperties, SamlObjectSignatureValidator samlObjectSignatureValidator, SSOSamlHttpRequestExtractor samlHttpRequestExtractor, org.apereo.cas.authentication.principal.Service callbackService)
@GetMapping(path="/idp/profile/SAML2/POST-SimpleSign/SSO")
protected void handleSaml2ProfileSsoRedirectRequest(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
response - the responserequest - the requestjava.lang.Exception - the exception@PostMapping(path="/idp/profile/SAML2/POST-SimpleSign/SSO")
protected void handleSaml2ProfileSsoPostRequest(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
response - the responserequest - the requestjava.lang.Exception - the exceptionprotected void handleSsoPostProfileRequest(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder decoder)
throws java.lang.Exception
response - the responserequest - the requestdecoder - the decoderjava.lang.Exception - the exception