接口的使用
com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleService
使用NacosRoleService的程序包
程序包
说明
-
com.alibaba.nacos.plugin.auth.impl.authenticate中NacosRoleService的使用
限定符构造器说明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中NacosRoleService的使用
修饰符和类型方法说明NacosAuthPluginInnerServiceConfig.nacosRoleService(AuthConfigs authConfigs, RolePersistService rolePersistService, NacosUserService userDetailsService, PermissionPersistService permissionPersistService) NacosAuthPluginRemoteServiceConfig.nacosRoleService(AuthConfigs authConfigs) 修饰符和类型方法说明NacosAuthPluginCoreConfig.defaultAuthenticationManager(NacosUserService userDetailsService, TokenManagerDelegate jwtTokenManager, NacosRoleService roleService) -
com.alibaba.nacos.plugin.auth.impl.configuration.web中NacosRoleService的使用
修饰符和类型方法说明NacosAuthPluginOldControllerConfig.permissionController(NacosRoleService roleService) 已过时。NacosAuthPluginControllerConfig.permissionControllerV3(NacosRoleService roleService) NacosAuthPluginOldControllerConfig.roleController(NacosRoleService roleService) 已过时。NacosAuthPluginControllerConfig.roleControllerV3(NacosRoleService roleService) 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中NacosRoleService的使用
修饰符和类型字段说明private final NacosRoleServicePermissionController.nacosRoleServiceprivate final NacosRoleServiceRoleController.roleServiceprivate final NacosRoleServiceUserController.roleService限定符构造器说明PermissionController(NacosRoleService nacosRoleService) RoleController(NacosRoleService roleService) 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中NacosRoleService的使用
修饰符和类型字段说明private final NacosRoleServicePermissionControllerV3.nacosRoleServiceprivate final NacosRoleServiceRoleControllerV3.roleServiceprivate final NacosRoleServiceUserControllerV3.roleService限定符构造器说明PermissionControllerV3(NacosRoleService nacosRoleService) Constructs a new ConsolePermissionController with the provided PermissionProxy.RoleControllerV3(NacosRoleService roleService) 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中NacosRoleService的使用
修饰符和类型方法说明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中NacosRoleService的使用
修饰符和类型类说明classNacos abstract cached role service.classNacos abstract cached role service.classNacos builtin role service, implemented by directly access to database.classNacos builtin role service, implemented by remote request to nacos server.