Package org.apereo.cas.web.security
Class CasWebSecurityJdbcConfigurerAdapter
- java.lang.Object
-
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
-
- org.apereo.cas.web.security.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.WebSecurityConfigurerAdapterThis isCasWebSecurityJdbcConfigurerAdapter.- Since:
- 6.0.0
-
-
Constructor Summary
Constructors Constructor Description CasWebSecurityJdbcConfigurerAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)protected voidconfigureJdbcAuthenticationProvider(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
-
-
-
-
Method Detail
-
configure
protected void configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth) throws java.lang.Exception- Overrides:
configurein classorg.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.ExceptionConfigure jdbc authentication provider.- Parameters:
auth- the authjdbc- the jdbc- Throws:
java.lang.Exception- the exception
-
-