public abstract class SecurityConfigurerAdapter<T extends SecurityConfigurerAdapter> extends Object implements SecurityConfigurer<T>
COMPARATOR| Constructor and Description |
|---|
SecurityConfigurerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)
second invoked.
|
void |
configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
last invoked.
|
void |
init(org.springframework.security.config.annotation.web.builders.WebSecurity builder)
first invoked.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTo, getOrderpublic void init(org.springframework.security.config.annotation.web.builders.WebSecurity builder)
SecurityConfigurerinit in interface SecurityConfigurer<T extends SecurityConfigurerAdapter>builder - web security builderpublic void configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)
SecurityConfigurerconfigure in interface SecurityConfigurer<T extends SecurityConfigurerAdapter>auth - authentication manager builderpublic void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
SecurityConfigurerconfigure in interface SecurityConfigurer<T extends SecurityConfigurerAdapter>http - http security builderCopyright © 2017. All rights reserved.