Package | Description |
---|---|
org.springframework.security.config.annotation.web | |
org.springframework.security.config.annotation.web.builders |
Modifier and Type | Method and Description |
---|---|
<C extends SecurityConfigurer<DefaultSecurityFilterChain,H>> |
HttpSecurityBuilder.getConfigurer(Class<C> clazz)
Gets the
SecurityConfigurer by its class name or
null if not found. |
<C extends SecurityConfigurer<DefaultSecurityFilterChain,H>> |
HttpSecurityBuilder.removeConfigurer(Class<C> clazz)
Removes the
SecurityConfigurer by its class name or
null if not found. |
Modifier and Type | Method and Description |
---|---|
protected DefaultSecurityFilterChain |
HttpSecurity.performBuild() |
Copyright © 2019. All rights reserved.