Uses of Class
com.chutneytesting.security.domain.AuthenticationService
-
Packages that use AuthenticationService Package Description com.chutneytesting.security com.chutneytesting.security.infra com.chutneytesting.security.infra.memory -
-
Uses of AuthenticationService in com.chutneytesting.security
Methods in com.chutneytesting.security that return AuthenticationService Modifier and Type Method Description AuthenticationServiceChutneyWebSecurityConfig. authenticationService(Authorizations authorizations) -
Uses of AuthenticationService in com.chutneytesting.security.infra
Methods in com.chutneytesting.security.infra with parameters of type AuthenticationService Modifier and Type Method Description static UserDtoUserDetailsServiceHelper. grantAuthoritiesFromUserRole(UserDto userDto, AuthenticationService authenticationService) -
Uses of AuthenticationService in com.chutneytesting.security.infra.memory
Methods in com.chutneytesting.security.infra.memory with parameters of type AuthenticationService Modifier and Type Method Description InMemoryUserDetailsServiceInMemorySecurityConfiguration. inMemoryUserDetailsService(InMemoryUsersProperties users, AuthenticationService authenticationService)Constructors in com.chutneytesting.security.infra.memory with parameters of type AuthenticationService Constructor Description InMemoryUserDetailsService(InMemoryUsersProperties inMemoryUsersProperties, AuthenticationService authenticationService)
-