public class EmbeddedLoginAuthenticationProvider extends FormLoginAuthenticationProvider
AuthenticationProvider that retrieves OAuth2UserDetails from a
OAuth2UserDetailsService for use with embedded login.for the equivalent when using Universal Login| Constructor and Description |
|---|
EmbeddedLoginAuthenticationProvider(OAuth2UserDetailsService userDetailsService,
org.springframework.security.core.userdetails.UserDetailsPasswordService userDetailsPasswordService,
org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(Class<?> authentication) |
additionalAuthenticationChecks, createSuccessAuthentication, getPasswordEncoder, getUserDetailsPasswordService, getUserDetailsService, getUserNotFoundEncodedPassword, retrieveUserafterPropertiesSet, authenticate, doAfterPropertiesSet, getPostAuthenticationChecks, getPreAuthenticationChecks, getUserCache, isForcePrincipalAsString, isHideUserNotFoundExceptions, setAuthoritiesMapper, setForcePrincipalAsString, setHideUserNotFoundExceptions, setMessageSource, setPostAuthenticationChecks, setPreAuthenticationChecks, setUserCachepublic EmbeddedLoginAuthenticationProvider(OAuth2UserDetailsService userDetailsService, org.springframework.security.core.userdetails.UserDetailsPasswordService userDetailsPasswordService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)
public boolean supports(Class<?> authentication)
supports in interface org.springframework.security.authentication.AuthenticationProvidersupports in class FormLoginAuthenticationProviderCopyright © 2021. All rights reserved.