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, retrieveUser
afterPropertiesSet, authenticate, doAfterPropertiesSet, getPostAuthenticationChecks, getPreAuthenticationChecks, getUserCache, isForcePrincipalAsString, isHideUserNotFoundExceptions, setAuthoritiesMapper, setForcePrincipalAsString, setHideUserNotFoundExceptions, setMessageSource, setPostAuthenticationChecks, setPreAuthenticationChecks, setUserCache
public 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.AuthenticationProvider
supports
in class FormLoginAuthenticationProvider
Copyright © 2021. All rights reserved.