类 NacosAuthPluginOldControllerConfig
java.lang.Object
com.alibaba.nacos.plugin.auth.impl.configuration.web.NacosAuthPluginOldControllerConfig
已过时。
after v1 api not supported
Nacos auth plugin controller config.
- 作者:
- xiweng.yy
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明permissionController(NacosRoleService roleService) 已过时。roleController(NacosRoleService roleService) 已过时。userController(NacosUserService userDetailsService, NacosRoleService roleService, AuthConfigs authConfigs, IAuthenticationManager iAuthenticationManager, TokenManagerDelegate jwtTokenManager, org.springframework.security.authentication.AuthenticationManager authenticationManager) 已过时。
-
构造器详细资料
-
NacosAuthPluginOldControllerConfig
public NacosAuthPluginOldControllerConfig()已过时。
-
-
方法详细资料
-
userController
@Bean public UserController userController(NacosUserService userDetailsService, NacosRoleService roleService, AuthConfigs authConfigs, IAuthenticationManager iAuthenticationManager, TokenManagerDelegate jwtTokenManager, org.springframework.security.authentication.AuthenticationManager authenticationManager) 已过时。 -
roleController
已过时。 -
permissionController
已过时。
-