Uses of Class
fr.enedis.chutney.security.domain.AuthenticationService
Packages that use AuthenticationService
Package
Description
-
Uses of AuthenticationService in fr.enedis.chutney
Methods in fr.enedis.chutney that return AuthenticationServiceModifier and TypeMethodDescriptionServerConfiguration.authenticationService(Authorizations authorizations) -
Uses of AuthenticationService in fr.enedis.chutney.security
Methods in fr.enedis.chutney.security with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionChutneyWebSecurityConfig.oAuth2TokenAuthenticationFilter(JwtUtil jwtUtil, AuthenticationService authenticationService) -
Uses of AuthenticationService in fr.enedis.chutney.security.infra
Methods in fr.enedis.chutney.security.infra with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionstatic UserDtoUserDetailsServiceHelper.grantAuthoritiesFromUserRole(UserDto userDto, AuthenticationService authenticationService) -
Uses of AuthenticationService in fr.enedis.chutney.security.infra.jwt
Constructors in fr.enedis.chutney.security.infra.jwt with parameters of type AuthenticationServiceModifierConstructorDescriptionChutneyJwtAuthenticationConverter(AuthenticationService authenticationService) -
Uses of AuthenticationService in fr.enedis.chutney.security.infra.memory
Methods in fr.enedis.chutney.security.infra.memory with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionInMemorySecurityConfiguration.inMemoryUserDetailsService(InMemoryUsersProperties users, AuthenticationService authenticationService) Constructors in fr.enedis.chutney.security.infra.memory with parameters of type AuthenticationServiceModifierConstructorDescriptionInMemoryUserDetailsService(InMemoryUsersProperties inMemoryUsersProperties, AuthenticationService authenticationService) -
Uses of AuthenticationService in fr.enedis.chutney.security.infra.sso
Constructors in fr.enedis.chutney.security.infra.sso with parameters of type AuthenticationServiceModifierConstructorDescriptionOAuth2TokenAuthenticationFilter(JwtUtil jwtUtil, AuthenticationService authenticationService)