Uses of Class
fr.enedis.chutney.security.domain.AuthenticationService
Packages that use AuthenticationService
Package
Description
-
Uses of AuthenticationService in fr.enedis.chutney.security
Methods in fr.enedis.chutney.security that return AuthenticationServiceModifier and TypeMethodDescriptionSecurityConfiguration.authenticationService(Authorizations authorizations) 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.ldap
Methods in fr.enedis.chutney.security.infra.ldap with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionLdapConfiguration.ldapUserDetailsService(org.springframework.ldap.core.LdapTemplate ldapTemplate, LdapAttributesProperties ldapAttributesProperties, org.springframework.ldap.core.AttributesMapper<UserDto> attributesMapper, AuthenticationService authenticationService, String userSearchScope) -
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)