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