public class FormLoginAuthenticationProvider
extends org.springframework.security.authentication.dao.DaoAuthenticationProvider
Description : Security Form登录提供者。
| 构造器和说明 |
|---|
FormLoginAuthenticationProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
additionalAuthenticationChecks(org.springframework.security.core.userdetails.UserDetails userDetails,
org.springframework.security.authentication.UsernamePasswordAuthenticationToken authentication) |
void |
setCaptchaRendererFactory(cn.herodotus.engine.captcha.core.processor.CaptchaRendererFactory captchaRendererFactory) |
boolean |
supports(Class<?> authentication) |
createSuccessAuthentication, doAfterPropertiesSet, getPasswordEncoder, getUserDetailsService, retrieveUser, setPasswordEncoder, setUserDetailsPasswordService, setUserDetailsServiceafterPropertiesSet, authenticate, getPostAuthenticationChecks, getPreAuthenticationChecks, getUserCache, isForcePrincipalAsString, isHideUserNotFoundExceptions, setAuthoritiesMapper, setForcePrincipalAsString, setHideUserNotFoundExceptions, setMessageSource, setPostAuthenticationChecks, setPreAuthenticationChecks, setUserCachepublic void setCaptchaRendererFactory(cn.herodotus.engine.captcha.core.processor.CaptchaRendererFactory captchaRendererFactory)
protected void additionalAuthenticationChecks(org.springframework.security.core.userdetails.UserDetails userDetails, org.springframework.security.authentication.UsernamePasswordAuthenticationToken authentication) throws AuthenticationException
additionalAuthenticationChecks 在类中 org.springframework.security.authentication.dao.DaoAuthenticationProviderAuthenticationExceptionpublic boolean supports(Class<?> authentication)
supports 在接口中 org.springframework.security.authentication.AuthenticationProvidersupports 在类中 org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProviderCopyright © 2022. All rights reserved.