Class CasWebSecurityJdbcConfigurerAdapter

  • All Implemented Interfaces:
    org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,​org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>

    @Order(999)
    public class CasWebSecurityJdbcConfigurerAdapter
    extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
    Since:
    6.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configure​(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)  
      protected void configureJdbcAuthenticationProvider​(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth, org.apereo.cas.configuration.model.core.monitor.JdbcSecurityActuatorEndpointsMonitorProperties jdbc)
      Configure jdbc authentication provider.
      • Methods inherited from class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter

        authenticationManager, authenticationManagerBean, configure, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBean
      • Methods inherited from class java.lang.Object

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

      • CasWebSecurityJdbcConfigurerAdapter

        public CasWebSecurityJdbcConfigurerAdapter()
    • Method Detail

      • configure

        protected void configure​(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)
                          throws java.lang.Exception
        Overrides:
        configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
        Throws:
        java.lang.Exception
      • configureJdbcAuthenticationProvider

        protected void configureJdbcAuthenticationProvider​(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth,
                                                           org.apereo.cas.configuration.model.core.monitor.JdbcSecurityActuatorEndpointsMonitorProperties jdbc)
                                                    throws java.lang.Exception
        Configure jdbc authentication provider.
        Parameters:
        auth - the auth
        jdbc - the jdbc
        Throws:
        java.lang.Exception - the exception