类 CustomAuthenticationProvider
- java.lang.Object
-
- com.alibaba.nacos.plugin.auth.impl.CustomAuthenticationProvider
-
- 所有已实现的接口:
org.springframework.security.authentication.AuthenticationProvider
@Component @Deprecated public class CustomAuthenticationProvider extends java.lang.Object implements org.springframework.security.authentication.AuthenticationProvider已过时。auth provider.- 作者:
- wfnuser
-
-
字段概要
字段 修饰符和类型 字段 说明 private NacosUserDetailsServiceImpluserDetailsService已过时。
-
构造器概要
构造器 构造器 说明 CustomAuthenticationProvider()已过时。
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 org.springframework.security.core.Authenticationauthenticate(org.springframework.security.core.Authentication authentication)已过时。booleansupports(java.lang.Class<?> aClass)已过时。
-
-
-
字段详细资料
-
userDetailsService
@Autowired private NacosUserDetailsServiceImpl userDetailsService
已过时。
-
-
方法详细资料
-
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
public boolean supports(java.lang.Class<?> aClass)
已过时。- 指定者:
supports在接口中org.springframework.security.authentication.AuthenticationProvider
-
-