Uses of Class
com.chutneytesting.security.infra.memory.InMemoryUsersProperties
-
Packages that use InMemoryUsersProperties Package Description com.chutneytesting.security.infra.memory -
-
Uses of InMemoryUsersProperties in com.chutneytesting.security.infra.memory
Methods in com.chutneytesting.security.infra.memory that return InMemoryUsersProperties Modifier and Type Method Description InMemoryUsersPropertiesInMemorySecurityConfiguration. users()Methods in com.chutneytesting.security.infra.memory with parameters of type InMemoryUsersProperties Modifier and Type Method Description InMemoryUserDetailsServiceInMemorySecurityConfiguration. inMemoryUserDetailsService(InMemoryUsersProperties users, AuthenticationService authenticationService)Constructors in com.chutneytesting.security.infra.memory with parameters of type InMemoryUsersProperties Constructor Description InMemoryUserDetailsService(InMemoryUsersProperties inMemoryUsersProperties, AuthenticationService authenticationService)
-