- AbstractAuthenticationManager - com.alibaba.nacos.plugin.auth.impl.authenticate中的类
-
AbstractAuthenticationManager.
- AbstractAuthenticationManager(NacosUserDetailsServiceImpl, TokenManagerDelegate, NacosRoleServiceImpl) - 类 的构造器com.alibaba.nacos.plugin.auth.impl.authenticate.AbstractAuthenticationManager
-
- addPermission(String, String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.PermissionController
-
Add a permission to a role.
- addPermission(String, String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedPermissionPersistServiceImpl
-
Execute ddd user permission operation.
- addPermission(String, String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalPermissionPersistServiceImpl
-
Execute add permission operation.
- addPermission(String, String, String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.PermissionPersistService
-
assign permission to role.
- addPermission(String, String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleServiceImpl
-
Add permission.
- addRole(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.RoleController
-
Add a role to a user
This method is used for 2 functions: 1. create a role and bind it to GLOBAL_ADMIN. 2. bind a role to an user.
- addRole(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedRolePersistServiceImpl
-
Add user role.
- addRole(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalRolePersistServiceImpl
-
Execute add role operation.
- addRole(String, String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.RolePersistService
-
assign role to user.
- addRole(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleServiceImpl
-
Add role.
- auth(Permission, NacosUser) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthManager
-
已过时。
Authorization of request, constituted with resource and user.
- AUTH_PLUGIN_TYPE - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
-
- AuthConstants - com.alibaba.nacos.plugin.auth.impl.constant中的类
-
All the constants.
- AuthConstants() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
-
- authenticate(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.AbstractAuthenticationManager
-
- authenticate(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.AbstractAuthenticationManager
-
- authenticate(HttpServletRequest) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.AbstractAuthenticationManager
-
- authenticate(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.AuthenticationNamagerDelegator
-
- authenticate(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.AuthenticationNamagerDelegator
-
- authenticate(HttpServletRequest) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.AuthenticationNamagerDelegator
-
- authenticate(String, String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.IAuthenticationManager
-
Authentication of user with password.
- authenticate(String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.IAuthenticationManager
-
Authentication with jwt.
- authenticate(HttpServletRequest) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.IAuthenticationManager
-
Authentication of request, identify the user who request the resource.
- authenticate(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.LdapAuthenticationManager
-
- authenticate(Authentication) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.CustomAuthenticationProvider
-
已过时。
- authenticate(Authentication) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.LdapAuthenticationProvider
-
已过时。
- authenticationManager(ObjectProvider<LdapAuthenticationManager>, ObjectProvider<DefaultAuthenticationManager>, AuthConfigs) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthConfig
-
- authenticationManager - 类 中的变量com.alibaba.nacos.plugin.auth.impl.NacosAuthPluginService
-
- authenticationManagerBean() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthConfig
-
- AuthenticationNamagerDelegator - com.alibaba.nacos.plugin.auth.impl.authenticate中的类
-
Authentication Proxy.
- AuthenticationNamagerDelegator(ObjectProvider<DefaultAuthenticationManager>, ObjectProvider<LdapAuthenticationManager>, AuthConfigs) - 类 的构造器com.alibaba.nacos.plugin.auth.impl.authenticate.AuthenticationNamagerDelegator
-
- AUTHORIZATION_HEADER - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
-
- authorize(Permission, NacosUser) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.AbstractAuthenticationManager
-
- authorize(Permission, NacosUser) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.AuthenticationNamagerDelegator
-
- authorize(Permission, NacosUser) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.IAuthenticationManager
-
Authorize if the nacosUser has the specified permission.
- AuthRowMapperManager - com.alibaba.nacos.plugin.auth.impl.persistence中的类
-
Auth plugin row mapper manager.
- AuthRowMapperManager() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.persistence.AuthRowMapperManager
-
- AuthRowMapperManager.PermissionRowMapper - com.alibaba.nacos.plugin.auth.impl.persistence中的类
-
- AuthRowMapperManager.RoleInfoRowMapper - com.alibaba.nacos.plugin.auth.impl.persistence中的类
-
- AuthRowMapperManager.UserRowMapper - com.alibaba.nacos.plugin.auth.impl.persistence中的类
-
- AuthSystemTypes - com.alibaba.nacos.plugin.auth.impl.constant中的枚举
-
Types of all auth implementations.