Uses of Class
ubic.gemma.core.security.authentication.LegacyAwareDaoAuthenticationProvider
Packages that use LegacyAwareDaoAuthenticationProvider
Package
Description
Gsec is an attempt to generalise the security framework of Gemma to make it usable in other projects such as
ASPIREdb.
-
Uses of LegacyAwareDaoAuthenticationProvider in ubic.gemma.core.security
Methods in ubic.gemma.core.security that return LegacyAwareDaoAuthenticationProviderModifier and TypeMethodDescriptionSecurityConfig.daoAuthenticationProvider(org.springframework.security.core.userdetails.UserDetailsService userManager, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, String legacySalt) CustomDaoAuthenticationProviderthat binds the username to the password encoder's ThreadLocal soGemmaLegacyAwarePasswordEncodercan recompute the legacy SHA-1(rawPassword + "{" + username + "}") hash.