Class Saml1ArtifactResolutionProfileHandlerController
- java.lang.Object
-
- org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
-
- org.apereo.cas.support.saml.web.idp.profile.artifact.Saml1ArtifactResolutionProfileHandlerController
-
public class Saml1ArtifactResolutionProfileHandlerController extends AbstractSamlProfileHandlerController
- 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 Saml1ArtifactResolutionProfileHandlerController(SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandlePostRequest(javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request)Handle post 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
-
Saml1ArtifactResolutionProfileHandlerController
public Saml1ArtifactResolutionProfileHandlerController(SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext)
-
-
Method Detail
-
handlePostRequest
@PostMapping(path="/idp/profile/SAML1/SOAP/ArtifactResolution") protected void handlePostRequest(javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request)Handle post request.- Parameters:
response- the responserequest- the request
-
-