BAEL-2762 formating done for 2 space indenting
This commit is contained in:
parent
5421b1af95
commit
7bb1a28235
@ -14,9 +14,7 @@ public class BasicAuthConfiguration extends WebSecurityConfigurerAdapter {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void configure(AuthenticationManagerBuilder auth) throws Exception {
|
protected void configure(AuthenticationManagerBuilder auth) throws Exception {
|
||||||
PasswordEncoder encoder =
|
PasswordEncoder encoder = PasswordEncoderFactories.createDelegatingPasswordEncoder();
|
||||||
PasswordEncoderFactories.createDelegatingPasswordEncoder();
|
|
||||||
|
|
||||||
auth
|
auth
|
||||||
.inMemoryAuthentication()
|
.inMemoryAuthentication()
|
||||||
.withUser("user")
|
.withUser("user")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user