Uses of Class
com.chutneytesting.security.domain.AuthenticationService
Packages that use AuthenticationService
Package
Description
-
Uses of AuthenticationService in com.chutneytesting.security
Methods in com.chutneytesting.security that return AuthenticationServiceModifier and TypeMethodDescriptionChutneyWebSecurityConfig.authenticationService(Authorizations authorizations) -
Uses of AuthenticationService in com.chutneytesting.security.infra
Methods in com.chutneytesting.security.infra with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionstatic 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 AuthenticationServiceModifier and TypeMethodDescriptionInMemorySecurityConfiguration.inMemoryUserDetailsService(InMemoryUsersProperties users, AuthenticationService authenticationService) Constructors in com.chutneytesting.security.infra.memory with parameters of type AuthenticationServiceModifierConstructorDescriptionInMemoryUserDetailsService(InMemoryUsersProperties inMemoryUsersProperties, AuthenticationService authenticationService)