类 NkUsernamePasswordVerCodeAuthenticationProvider
java.lang.Object
cn.nkpro.elcube.security.validate.NkUsernamePasswordVerCodeAuthenticationProvider
- 所有已实现的接口:
org.springframework.security.authentication.AuthenticationProvider
public class NkUsernamePasswordVerCodeAuthenticationProvider
extends Object
implements org.springframework.security.authentication.AuthenticationProvider
-
构造器概要
构造器构造器说明NkUsernamePasswordVerCodeAuthenticationProvider(org.springframework.security.core.userdetails.UserDetailsService userDetailsService, RedisSupport<Object> redisSupport) -
方法概要
修饰符和类型方法说明org.springframework.security.core.Authenticationauthenticate(org.springframework.security.core.Authentication authentication)boolean
-
构造器详细资料
-
NkUsernamePasswordVerCodeAuthenticationProvider
public NkUsernamePasswordVerCodeAuthenticationProvider(org.springframework.security.core.userdetails.UserDetailsService userDetailsService, RedisSupport<Object> redisSupport)
-
-
方法详细资料
-
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationException- 指定者:
authenticate在接口中org.springframework.security.authentication.AuthenticationProvider- 抛出:
org.springframework.security.core.AuthenticationException
-
supports
- 指定者:
supports在接口中org.springframework.security.authentication.AuthenticationProvider
-