接口的使用
com.alibaba.nacos.plugin.auth.impl.users.NacosUserService
使用NacosUserService的程序包
程序包
说明
-
com.alibaba.nacos.plugin.auth.impl.authenticate中NacosUserService的使用
限定符构造器说明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中NacosUserService的使用
修饰符和类型方法说明NacosAuthPluginInnerServiceConfig.nacosUserService(AuthConfigs authConfigs, UserPersistService userPersistService) NacosAuthPluginRemoteServiceConfig.nacosUserService(AuthConfigs authConfigs) 修饰符和类型方法说明NacosAuthPluginCoreConfig.defaultAuthenticationManager(NacosUserService userDetailsService, TokenManagerDelegate jwtTokenManager, NacosRoleService roleService) NacosAuthPluginInnerServiceConfig.nacosRoleService(AuthConfigs authConfigs, RolePersistService rolePersistService, NacosUserService userDetailsService, PermissionPersistService permissionPersistService) 限定符构造器说明NacosAuthPluginCoreConfig(NacosUserService userDetailsService, ControllerMethodsCache methodsCache) -
com.alibaba.nacos.plugin.auth.impl.configuration.web中NacosUserService的使用
修饰符和类型方法说明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中NacosUserService的使用
限定符构造器说明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中NacosUserService的使用
限定符构造器说明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中NacosUserService的使用
修饰符和类型方法说明LdapAuthPluginConfig.ldapAuthenticationProvider(org.springframework.ldap.core.LdapTemplate ldapTemplate, NacosUserService userDetailsService, NacosRoleService nacosRoleService) LdapAuthPluginConfig.ldapAuthenticatoinManager(org.springframework.ldap.core.LdapTemplate ldapTemplate, NacosUserService userDetailsService, TokenManagerDelegate jwtTokenManager, NacosRoleService roleService) 限定符构造器说明LdapAuthenticationProvider(org.springframework.ldap.core.LdapTemplate ldapTemplate, NacosUserService userDetailsService, NacosRoleService nacosRoleService, String filterPrefix, boolean caseSensitive) 已过时。 -
com.alibaba.nacos.plugin.auth.impl.roles中NacosUserService的使用
限定符构造器说明NacosRoleServiceDirectImpl(AuthConfigs authConfigs, RolePersistService rolePersistService, NacosUserService userDetailsService, PermissionPersistService permissionPersistService) -
com.alibaba.nacos.plugin.auth.impl.users中NacosUserService的使用
修饰符和类型类说明classNacos abstract cached user service.classCustom user service, implemented by directly access to database.classCustom user service, implemented by remote request to nacos server.