Package | Description |
---|---|
org.springframework.security.config.annotation.authentication.builders |
Modifier and Type | Method and Description |
---|---|
InMemoryUserDetailsManagerConfigurer<AuthenticationManagerBuilder> |
AuthenticationManagerBuilder.inMemoryAuthentication()
Add in memory authentication to the
AuthenticationManagerBuilder
and return a InMemoryUserDetailsManagerConfigurer to
allow customization of the in memory authentication. |
Copyright © 2019. All rights reserved.