Class SamlIdPEndpointsConfiguration.SamlIdPEndpointDecoderConfiguration

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

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

    • SamlIdPEndpointDecoderConfiguration

      public SamlIdPEndpointDecoderConfiguration()
  • Method Details

    • ssoPostProfileHandlerDecoders

      @Bean @ConditionalOnMissingBean(name="ssoPostProfileHandlerDecoders") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMap ssoPostProfileHandlerDecoders(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
    • ssoPostSimpleSignProfileHandlerDecoders

      @Bean @ConditionalOnMissingBean(name="ssoPostSimpleSignProfileHandlerDecoders") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMap ssoPostSimpleSignProfileHandlerDecoders(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
    • sloRedirectProfileHandlerDecoders

      @Bean @ConditionalOnMissingBean(name="sloRedirectProfileHandlerDecoders") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMap sloRedirectProfileHandlerDecoders(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
    • sloPostProfileHandlerDecoders

      @Bean @ConditionalOnMissingBean(name="sloPostProfileHandlerDecoders") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMap sloPostProfileHandlerDecoders()