Uses of Class
com.chutneytesting.security.infra.memory.InMemoryUserDetailsService
-
Packages that use InMemoryUserDetailsService Package Description com.chutneytesting.security.infra.memory -
-
Uses of InMemoryUserDetailsService in com.chutneytesting.security.infra.memory
Methods in com.chutneytesting.security.infra.memory that return InMemoryUserDetailsService Modifier and Type Method Description InMemoryUserDetailsServiceInMemorySecurityConfiguration. inMemoryUserDetailsService(InMemoryUsersProperties users, AuthenticationService authenticationService)Methods in com.chutneytesting.security.infra.memory with parameters of type InMemoryUserDetailsService Modifier and Type Method Description protected voidInMemorySecurityConfiguration.UserMemoryConfiguration. configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth, org.springframework.security.crypto.password.PasswordEncoder pwdEncoder, InMemoryUserDetailsService authService)
-