类 DefaultAuthenticationManager
- java.lang.Object
-
- com.alibaba.nacos.plugin.auth.impl.authenticate.AbstractAuthenticationManager
-
- com.alibaba.nacos.plugin.auth.impl.authenticate.DefaultAuthenticationManager
-
- 所有已实现的接口:
IAuthenticationManager
public class DefaultAuthenticationManager extends AbstractAuthenticationManager
DefaultAuthenticationManager.- 作者:
- Weizhan▪Yun
-
-
字段概要
-
从类继承的字段 com.alibaba.nacos.plugin.auth.impl.authenticate.AbstractAuthenticationManager
jwtTokenManager, roleService, userDetailsService
-
-
构造器概要
构造器 构造器 说明 DefaultAuthenticationManager(NacosUserDetailsServiceImpl userDetailsService, TokenManagerDelegate jwtTokenManager, NacosRoleServiceImpl roleService)
-
方法概要
-
从类继承的方法 com.alibaba.nacos.plugin.auth.impl.authenticate.AbstractAuthenticationManager
authenticate, authenticate, authenticate, authorize, hasGlobalAdminRole, hasGlobalAdminRole
-
-
-
-
构造器详细资料
-
DefaultAuthenticationManager
public DefaultAuthenticationManager(NacosUserDetailsServiceImpl userDetailsService, TokenManagerDelegate jwtTokenManager, NacosRoleServiceImpl roleService)
-
-