类的使用
com.alibaba.nacos.plugin.auth.impl.token.TokenManagerDelegate
使用TokenManagerDelegate的程序包
程序包
说明
-
com.alibaba.nacos.plugin.auth.impl.authenticate中TokenManagerDelegate的使用
限定符构造器说明AbstractAuthenticationManager(NacosUserService userDetailsService, TokenManagerDelegate jwtTokenManager, NacosRoleService roleService) DefaultAuthenticationManager(NacosUserService userDetailsService, TokenManagerDelegate jwtTokenManager, NacosRoleService roleService) LdapAuthenticationManager(org.springframework.ldap.core.LdapTemplate ldapTemplate, NacosUserService userDetailsService, TokenManagerDelegate jwtTokenManager, NacosRoleService roleService, String filterPrefix, boolean caseSensitive) -
com.alibaba.nacos.plugin.auth.impl.configuration.core中TokenManagerDelegate的使用
修饰符和类型方法说明NacosAuthPluginCoreConfig.defaultAuthenticationManager(NacosUserService userDetailsService, TokenManagerDelegate jwtTokenManager, NacosRoleService roleService) -
com.alibaba.nacos.plugin.auth.impl.configuration.web中TokenManagerDelegate的使用
修饰符和类型方法说明NacosAuthPluginOldControllerConfig.userController(NacosUserService userDetailsService, NacosRoleService roleService, AuthConfigs authConfigs, IAuthenticationManager iAuthenticationManager, TokenManagerDelegate jwtTokenManager, org.springframework.security.authentication.AuthenticationManager authenticationManager) 已过时。NacosAuthPluginControllerConfig.userControllerV3(NacosUserService userDetailsService, NacosRoleService roleService, AuthConfigs authConfigs, IAuthenticationManager iAuthenticationManager, TokenManagerDelegate jwtTokenManager) -
com.alibaba.nacos.plugin.auth.impl.controller中TokenManagerDelegate的使用
限定符构造器说明UserController(TokenManagerDelegate jwtTokenManager, NacosUserService userDetailsService, NacosRoleService roleService, AuthConfigs authConfigs, IAuthenticationManager iAuthenticationManager, org.springframework.security.authentication.AuthenticationManager authenticationManager) -
com.alibaba.nacos.plugin.auth.impl.controller.v3中TokenManagerDelegate的使用
限定符构造器说明UserControllerV3(NacosUserService userDetailsService, NacosRoleService roleService, AuthConfigs authConfigs, IAuthenticationManager iAuthenticationManager, TokenManagerDelegate jwtTokenManager) Constructs a new UserInnerHandler with the provided dependencies. -
com.alibaba.nacos.plugin.auth.impl.ldap中TokenManagerDelegate的使用
修饰符和类型方法说明LdapAuthPluginConfig.ldapAuthenticatoinManager(org.springframework.ldap.core.LdapTemplate ldapTemplate, NacosUserService userDetailsService, TokenManagerDelegate jwtTokenManager, NacosRoleService roleService)