public abstract class AbstractSamlSLOProfileHandlerController extends AbstractSamlProfileHandlerController
authenticationSystemSupport, callbackService, casProperties, configBean, parserPool, responseBuilder, samlObjectSignatureValidator, samlObjectSigner, samlRegisteredServiceCachingMetadataResolver, servicesManager, webApplicationServiceFactory| Constructor and Description |
|---|
AbstractSamlSLOProfileHandlerController(BaseSamlObjectSigner 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<? extends org.opensaml.saml.common.SAMLObject> responseBuilder,
org.apereo.cas.configuration.CasConfigurationProperties casProperties,
SamlObjectSignatureValidator samlObjectSignatureValidator)
Instantiates a new Abstract saml profile handler controller.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleSloProfileRequest(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, decodeSamlContextFromHttpRequest, decodeSoapRequest, getAuthenticationContextMappings, getRegisteredServiceAndFacade, getSamlMetadataFacadeFor, getSamlMetadataFacadeFor, handleUnauthorizedServiceException, initialize, initiateAuthenticationRequest, issueAuthenticationRequestRedirect, logCasValidationAssertion, registerCallback, retrieveSamlAuthenticationRequestFromHttpRequest, verifyAuthenticationContextSignature, verifyAuthenticationContextSignature, verifySamlAuthenticationRequest, verifySamlRegisteredServicepublic AbstractSamlSLOProfileHandlerController(BaseSamlObjectSigner 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<? extends org.opensaml.saml.common.SAMLObject> responseBuilder, org.apereo.cas.configuration.CasConfigurationProperties casProperties, SamlObjectSignatureValidator samlObjectSignatureValidator)
samlObjectSigner - the saml object signerparserPool - the parser poolauthenticationSystemSupport - the authentication system supportservicesManager - the services managerwebApplicationServiceFactory - the web application service factorysamlRegisteredServiceCachingMetadataResolver - the saml registered service caching metadata resolverconfigBean - the config beanresponseBuilder - the response buildercasProperties - the cas propertiessamlObjectSignatureValidator - the saml object signature validatorprotected void handleSloProfileRequest(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