Class SamlIdPEndpointsConfiguration.SamlIdPEndpointLogoutConfiguration

java.lang.Object
org.apereo.cas.config.SamlIdPEndpointsConfiguration.SamlIdPEndpointLogoutConfiguration
Enclosing class:
SamlIdPEndpointsConfiguration

@Configuration(value="SamlIdPEndpointLogoutConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class SamlIdPEndpointsConfiguration.SamlIdPEndpointLogoutConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.support.saml.web.idp.profile.slo.SamlIdPLogoutResponseObjectBuilder
    samlIdPLogoutResponseObjectBuilder(org.apereo.cas.support.saml.OpenSamlConfigBean openSamlConfigBean)
     
    org.apereo.cas.logout.slo.SingleLogoutMessageCreator
    samlLogoutBuilder(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.support.saml.OpenSamlConfigBean openSamlConfigBean, org.apereo.cas.support.saml.services.idp.metadata.cache.SamlRegisteredServiceCachingMetadataResolver defaultSamlRegisteredServiceCachingMetadataResolver, org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner samlObjectSigner)
     
    org.apereo.cas.logout.slo.SingleLogoutServiceMessageHandler
    samlSingleLogoutServiceMessageHandler(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.logout.slo.SingleLogoutMessageCreator samlLogoutBuilder, org.apereo.cas.logout.slo.SingleLogoutServiceLogoutUrlBuilder singleLogoutServiceLogoutUrlBuilder, org.apereo.cas.util.http.HttpClient httpClient, org.apache.velocity.app.VelocityEngine velocityEngineFactory, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationServiceSelectionPlan, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.support.saml.OpenSamlConfigBean openSamlConfigBean, org.apereo.cas.support.saml.services.idp.metadata.cache.SamlRegisteredServiceCachingMetadataResolver defaultSamlRegisteredServiceCachingMetadataResolver)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SamlIdPEndpointLogoutConfiguration

      public SamlIdPEndpointLogoutConfiguration()
  • Method Details

    • samlLogoutBuilder

      @ConditionalOnMissingBean(name="samlLogoutBuilder") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.logout.slo.SingleLogoutMessageCreator samlLogoutBuilder(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("servicesManager") org.apereo.cas.services.ServicesManager servicesManager, @Qualifier("shibboleth.OpenSAMLConfig") org.apereo.cas.support.saml.OpenSamlConfigBean openSamlConfigBean, @Qualifier("defaultSamlRegisteredServiceCachingMetadataResolver") org.apereo.cas.support.saml.services.idp.metadata.cache.SamlRegisteredServiceCachingMetadataResolver defaultSamlRegisteredServiceCachingMetadataResolver, @Qualifier("samlObjectSigner") org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner samlObjectSigner)
    • samlSingleLogoutServiceMessageHandler

      @ConditionalOnMissingBean(name="samlSingleLogoutServiceMessageHandler") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.logout.slo.SingleLogoutServiceMessageHandler samlSingleLogoutServiceMessageHandler(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("samlLogoutBuilder") org.apereo.cas.logout.slo.SingleLogoutMessageCreator samlLogoutBuilder, @Qualifier("singleLogoutServiceLogoutUrlBuilder") org.apereo.cas.logout.slo.SingleLogoutServiceLogoutUrlBuilder singleLogoutServiceLogoutUrlBuilder, @Qualifier("httpClient") org.apereo.cas.util.http.HttpClient httpClient, @Qualifier("velocityEngineFactory") org.apache.velocity.app.VelocityEngine velocityEngineFactory, @Qualifier("authenticationServiceSelectionPlan") org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationServiceSelectionPlan, @Qualifier("servicesManager") org.apereo.cas.services.ServicesManager servicesManager, @Qualifier("shibboleth.OpenSAMLConfig") org.apereo.cas.support.saml.OpenSamlConfigBean openSamlConfigBean, @Qualifier("defaultSamlRegisteredServiceCachingMetadataResolver") org.apereo.cas.support.saml.services.idp.metadata.cache.SamlRegisteredServiceCachingMetadataResolver defaultSamlRegisteredServiceCachingMetadataResolver)
    • samlIdPLogoutResponseObjectBuilder

      @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.slo.SamlIdPLogoutResponseObjectBuilder samlIdPLogoutResponseObjectBuilder(@Qualifier("shibboleth.OpenSAMLConfig") org.apereo.cas.support.saml.OpenSamlConfigBean openSamlConfigBean)