Class CasLoggingConfiguration.CasMdcLoggingConfiguration

  • Enclosing class:
    CasLoggingConfiguration

    @ConditionalOnBean(org.apereo.cas.ticket.registry.TicketRegistry.class)
    public static class CasLoggingConfiguration.CasMdcLoggingConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.boot.web.servlet.FilterRegistrationBean<ThreadContextMDCServletFilter> threadContextMDCServletFilter​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.ticket.registry.TicketRegistrySupport> ticketRegistrySupport, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.web.cookie.CasCookieBuilder> ticketGrantingTicketCookieGenerator)  
      • Methods inherited from class java.lang.Object

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

      • CasMdcLoggingConfiguration

        public CasMdcLoggingConfiguration()
    • Method Detail

      • threadContextMDCServletFilter

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.springframework.boot.web.servlet.FilterRegistrationBean<ThreadContextMDCServletFilter> threadContextMDCServletFilter​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                                                        @Qualifier("defaultTicketRegistrySupport")
                                                                                                                                        org.springframework.beans.factory.ObjectProvider<org.apereo.cas.ticket.registry.TicketRegistrySupport> ticketRegistrySupport,
                                                                                                                                        @Qualifier("ticketGrantingTicketCookieGenerator")
                                                                                                                                        org.springframework.beans.factory.ObjectProvider<org.apereo.cas.web.cookie.CasCookieBuilder> ticketGrantingTicketCookieGenerator)