跳过导航链接
A C D E F G H I J L M N O P R S T U V 

A

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.

C

CachedJwtTokenManager - com.alibaba.nacos.plugin.auth.impl.token.impl中的类
Cached JWT token manager.
CachedJwtTokenManager() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.token.impl.CachedJwtTokenManager
 
checkNacosAuthManager() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.LdapAuthPluginService
 
checkNacosAuthManager() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthPluginService
 
com.alibaba.nacos.plugin.auth.impl - 程序包 com.alibaba.nacos.plugin.auth.impl
 
com.alibaba.nacos.plugin.auth.impl.authenticate - 程序包 com.alibaba.nacos.plugin.auth.impl.authenticate
 
com.alibaba.nacos.plugin.auth.impl.configuration - 程序包 com.alibaba.nacos.plugin.auth.impl.configuration
 
com.alibaba.nacos.plugin.auth.impl.constant - 程序包 com.alibaba.nacos.plugin.auth.impl.constant
 
com.alibaba.nacos.plugin.auth.impl.controller - 程序包 com.alibaba.nacos.plugin.auth.impl.controller
 
com.alibaba.nacos.plugin.auth.impl.filter - 程序包 com.alibaba.nacos.plugin.auth.impl.filter
 
com.alibaba.nacos.plugin.auth.impl.jwt - 程序包 com.alibaba.nacos.plugin.auth.impl.jwt
 
com.alibaba.nacos.plugin.auth.impl.persistence - 程序包 com.alibaba.nacos.plugin.auth.impl.persistence
 
com.alibaba.nacos.plugin.auth.impl.roles - 程序包 com.alibaba.nacos.plugin.auth.impl.roles
 
com.alibaba.nacos.plugin.auth.impl.token - 程序包 com.alibaba.nacos.plugin.auth.impl.token
 
com.alibaba.nacos.plugin.auth.impl.token.impl - 程序包 com.alibaba.nacos.plugin.auth.impl.token.impl
 
com.alibaba.nacos.plugin.auth.impl.users - 程序包 com.alibaba.nacos.plugin.auth.impl.users
 
com.alibaba.nacos.plugin.auth.impl.utils - 程序包 com.alibaba.nacos.plugin.auth.impl.utils
 
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.JwtAuthenticationEntryPoint
已过时。
 
compact() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosJwtParser.JwtBuilder
 
ConditionOnLdapAuth - com.alibaba.nacos.plugin.auth.impl.configuration中的类
when nacos.core.auth.system.type=ldap
ConditionOnLdapAuth() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.configuration.ConditionOnLdapAuth
 
configure(WebSecurity) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthConfig
 
configure(AuthenticationManagerBuilder) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthConfig
 
configure(HttpSecurity) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthConfig
 
CONSOLE_RESOURCE_NAME_PREFIX - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
createSocket(Socket, String, int, boolean) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosLdapContextSource.LdapSslSocketFactory
 
createSocket(String, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosLdapContextSource.LdapSslSocketFactory
 
createSocket(String, int, InetAddress, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosLdapContextSource.LdapSslSocketFactory
 
createSocket(InetAddress, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosLdapContextSource.LdapSslSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosLdapContextSource.LdapSslSocketFactory
 
createToken(Authentication) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.CachedJwtTokenManager
 
createToken(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.CachedJwtTokenManager
Create token.
createToken(Authentication) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.JwtTokenManager
已过时。
createToken(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.JwtTokenManager
Create token.
createToken(Authentication) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.token.TokenManager
Create token.
createToken(String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.token.TokenManager
Create token.
createToken(Authentication) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.TokenManagerDelegate
 
createToken(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.TokenManagerDelegate
 
createUser(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.UserController
Create a new user.
createUser(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedUserPersistServiceImpl
Execute create user operation.
createUser(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalUserPersistServiceImpl
Execute create user operation.
createUser(String, String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.UserPersistService
create user.
createUser(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetailsServiceImpl
 
CustomAuthenticationProvider - com.alibaba.nacos.plugin.auth.impl中的类
已过时。
CustomAuthenticationProvider() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.CustomAuthenticationProvider
已过时。
 

D

DEFAULT_TOKEN_EXPIRE_SECONDS - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
DEFAULT_TOKEN_SECRET_KEY - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
DefaultAuthenticationManager - com.alibaba.nacos.plugin.auth.impl.authenticate中的类
DefaultAuthenticationManager.
DefaultAuthenticationManager(NacosUserDetailsServiceImpl, TokenManagerDelegate, NacosRoleServiceImpl) - 类 的构造器com.alibaba.nacos.plugin.auth.impl.authenticate.DefaultAuthenticationManager
 
defaultAuthenticationManager(NacosUserDetailsServiceImpl, TokenManagerDelegate, NacosRoleServiceImpl) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthConfig
 
deletePermission(String, String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.PermissionController
Delete a permission from a role.
deletePermission(String, String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedPermissionPersistServiceImpl
Execute delete user permission operation.
deletePermission(String, String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalPermissionPersistServiceImpl
Execute delete permission operation.
deletePermission(String, String, String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.PermissionPersistService
delete the role's permission.
deletePermission(String, String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleServiceImpl
 
deleteRole(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.RoleController
Delete a role.
deleteRole(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedRolePersistServiceImpl
Delete user role.
deleteRole(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedRolePersistServiceImpl
Execute delete role sql operation.
deleteRole(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalRolePersistServiceImpl
Execute delete role operation.
deleteRole(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalRolePersistServiceImpl
Execute delete role operation.
deleteRole(String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.RolePersistService
delete role.
deleteRole(String, String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.RolePersistService
delete user's role.
deleteRole(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleServiceImpl
 
deleteRole(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleServiceImpl
 
deleteUser(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.UserController
Delete an existed user.
deleteUser(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedUserPersistServiceImpl
Execute delete user operation.
deleteUser(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalUserPersistServiceImpl
Execute delete user operation.
deleteUser(String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.UserPersistService
delete user by username.
deleteUser(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetailsServiceImpl
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.filter.JwtAuthenticationTokenFilter
 

E

EmbeddedPermissionPersistServiceImpl - com.alibaba.nacos.plugin.auth.impl.persistence中的类
There is no self-augmented primary key.
EmbeddedPermissionPersistServiceImpl() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedPermissionPersistServiceImpl
 
EmbeddedRolePersistServiceImpl - com.alibaba.nacos.plugin.auth.impl.persistence中的类
There is no self-augmented primary key.
EmbeddedRolePersistServiceImpl() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedRolePersistServiceImpl
 
EmbeddedUserPersistServiceImpl - com.alibaba.nacos.plugin.auth.impl.persistence中的类
There is no self-augmented primary key.
EmbeddedUserPersistServiceImpl() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedUserPersistServiceImpl
 
enableAuth(ActionTypes, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthPluginService
 
encode(String) - 类 中的静态方法com.alibaba.nacos.plugin.auth.impl.utils.PasswordEncoderUtil
 
ExternalPermissionPersistServiceImpl - com.alibaba.nacos.plugin.auth.impl.persistence中的类
Implemetation of ExternalPermissionPersistServiceImpl.
ExternalPermissionPersistServiceImpl() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.persistence.ExternalPermissionPersistServiceImpl
 
ExternalRolePersistServiceImpl - com.alibaba.nacos.plugin.auth.impl.persistence中的类
Implemetation of ExternalRolePersistServiceImpl.
ExternalRolePersistServiceImpl() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.persistence.ExternalRolePersistServiceImpl
 
ExternalUserPersistServiceImpl - com.alibaba.nacos.plugin.auth.impl.persistence中的类
Implemetation of ExternalUserPersistServiceImpl.
ExternalUserPersistServiceImpl() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.persistence.ExternalUserPersistServiceImpl
 

F

findPermissionsLike4Page(String, int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedPermissionPersistServiceImpl
 
findPermissionsLike4Page(String, int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalPermissionPersistServiceImpl
 
findPermissionsLike4Page(String, int, int) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.PermissionPersistService
 
findPermissionsLike4Page(String, int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleServiceImpl
 
findRolesLike4Page(String, String, int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedRolePersistServiceImpl
 
findRolesLike4Page(String, String, int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalRolePersistServiceImpl
 
findRolesLike4Page(String, String, int, int) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.RolePersistService
.
findRolesLike4Page(String, String, int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleServiceImpl
 
findRolesLikeRoleName(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedRolePersistServiceImpl
 
findRolesLikeRoleName(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalRolePersistServiceImpl
 
findRolesLikeRoleName(String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.RolePersistService
fuzzy query roles by role name.
findRolesLikeRoleName(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleServiceImpl
 
findUserByUsername(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedUserPersistServiceImpl
 
findUserByUsername(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalUserPersistServiceImpl
Execute find user by username operation.
findUserByUsername(String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.UserPersistService
query user by username.
findUserLikeUsername(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedUserPersistServiceImpl
 
findUserLikeUsername(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalUserPersistServiceImpl
 
findUserLikeUsername(String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.UserPersistService
fuzzy query user by username.
findUserLikeUsername(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetailsServiceImpl
 
findUsersLike4Page(String, int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedUserPersistServiceImpl
 
findUsersLike4Page(String, int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalUserPersistServiceImpl
 
findUsersLike4Page(String, int, int) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.UserPersistService
 
findUsersLike4Page(String, int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetailsServiceImpl
 
fuzzySearchPermission(int, int, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.PermissionController
Fuzzy Query permissions of a role.
fuzzySearchRole(int, int, String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.RoleController
Fuzzy query role information.
fuzzySearchUser(int, int, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.UserController
 

G

generateLikeArgument(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedPermissionPersistServiceImpl
 
generateLikeArgument(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedRolePersistServiceImpl
 
generateLikeArgument(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedUserPersistServiceImpl
 
generateLikeArgument(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalPermissionPersistServiceImpl
 
generateLikeArgument(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalRolePersistServiceImpl
 
generateLikeArgument(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalUserPersistServiceImpl
 
generateLikeArgument(String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.PermissionPersistService
 
generateLikeArgument(String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.RolePersistService
Generate fuzzy search Sql.
generateLikeArgument(String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.UserPersistService
 
getAction() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.PermissionInfo
 
getAlgorithm() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosSignatureAlgorithm
 
getAuthentication(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.CachedJwtTokenManager
Get auth Info.
getAuthentication(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.JwtTokenManager
已过时。
getAuthentication(String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.token.TokenManager
Get auth Info.
getAuthentication(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.TokenManagerDelegate
 
getAuthorities() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetails
 
getAuthServiceName() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.LdapAuthPluginService
 
getAuthServiceName() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthPluginService
 
getDefaultCipherSuites() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosLdapContextSource.LdapSslSocketFactory
 
getExp() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosJwtPayload
 
getExpiredTimeInSeconds(String, Key) - 类 中的静态方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosSignatureAlgorithm
get jwt expire time in seconds.
getExpiredTimeInSeconds(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.JwtTokenManager
 
getExpireTimeInSeconds(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosJwtParser
 
getExpireTimeInSeconds(String, String, String, Key) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosSignatureAlgorithm
get jwt expire time in seconds.
getHeader() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosSignatureAlgorithm
 
getJcaName() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosSignatureAlgorithm
 
getPassword() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.User
 
getPassword() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetails
 
getPermissions(int, int, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.PermissionController
Query permissions of a role.
getPermissions(String, int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedPermissionPersistServiceImpl
 
getPermissions(String, int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalPermissionPersistServiceImpl
 
getPermissions(String, int, int) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.PermissionPersistService
get the permissions of role by page.
getPermissions(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleServiceImpl
 
getPermissionsByRoleFromDatabase(String, int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleServiceImpl
 
getPermissionsFromDatabase(String, int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleServiceImpl
 
getResource() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.PermissionInfo
 
getRole() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.PermissionInfo
 
getRole() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.RoleInfo
 
getRoles(int, int, String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.RoleController
Get roles list.
getRoles(int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedRolePersistServiceImpl
 
getRoles(int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalRolePersistServiceImpl
 
getRoles(int, int) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.RolePersistService
get roles by page.
getRoles(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleServiceImpl
 
getRolesByUserNameAndRoleName(String, String, int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedRolePersistServiceImpl
 
getRolesByUserNameAndRoleName(String, String, int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalRolePersistServiceImpl
 
getRolesByUserNameAndRoleName(String, String, int, int) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.RolePersistService
query the user's roles by username.
getRolesFromDatabase(String, String, int, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleServiceImpl
 
getSub() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosJwtPayload
 
getSupportedCipherSuites() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosLdapContextSource.LdapSslSocketFactory
 
getToken() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUser
 
getTokenTtlInSeconds(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.CachedJwtTokenManager
 
getTokenTtlInSeconds(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.JwtTokenManager
 
getTokenTtlInSeconds(String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.token.TokenManager
validate token.
getTokenTtlInSeconds(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.TokenManagerDelegate
 
getTokenValidityInSeconds() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.CachedJwtTokenManager
 
getTokenValidityInSeconds() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.JwtTokenManager
 
getTokenValidityInSeconds() - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.token.TokenManager
validate token.
getTokenValidityInSeconds() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.TokenManagerDelegate
 
getUser(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetailsServiceImpl
 
getUserFromDatabase(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetailsServiceImpl
 
getUsername() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.RoleInfo
 
getUsername() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.User
 
getUsername() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetails
 
getUserName() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.User
 
getUsers(int, int, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.UserController
Get paged users.
getUsers(int, int, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedUserPersistServiceImpl
 
getUsers(int, int, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalUserPersistServiceImpl
 
getUsers(int, int, String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.UserPersistService
get users by page.
getUsersFromDatabase(int, int, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetailsServiceImpl
 
GLOBAL_ADMIN_ROLE - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 

H

hasGlobalAdminRole(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.AbstractAuthenticationManager
 
hasGlobalAdminRole(NacosUser) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.AbstractAuthenticationManager
 
hasGlobalAdminRole(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.AuthenticationNamagerDelegator
 
hasGlobalAdminRole(NacosUser) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.AuthenticationNamagerDelegator
 
hasGlobalAdminRole(String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.IAuthenticationManager
Whether the user has the administrator role.
hasGlobalAdminRole(NacosUser) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.authenticate.IAuthenticationManager
Whether the user has the administrator role.
hasGlobalAdminRole(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleServiceImpl
check if user has admin role.
hasPermission(NacosUser, Permission) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleServiceImpl
Determine if the user has permission of the resource.
HS256 - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.jwt.NacosSignatureAlgorithm
 
HS384 - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.jwt.NacosSignatureAlgorithm
 
HS512 - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.jwt.NacosSignatureAlgorithm
 

I

IAuthenticationManager - com.alibaba.nacos.plugin.auth.impl.authenticate中的接口
Authentication interface.
identityNames() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthPluginService
 
init() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthConfig
Init.
init(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosLdapContextSource
init LdapContextSource config.
init() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalPermissionPersistServiceImpl
 
init() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalRolePersistServiceImpl
 
init() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalUserPersistServiceImpl
 
init() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.TokenManagerDelegate
 
isAccountNonExpired() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetails
 
isAccountNonLocked() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetails
 
isCredentialsNonExpired() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetails
 
isEnabled() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetails
 
isGlobalAdmin() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUser
 
isLoginEnabled() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthPluginService
 

J

JwtAuthenticationEntryPoint - com.alibaba.nacos.plugin.auth.impl中的类
已过时。
JwtAuthenticationEntryPoint() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.JwtAuthenticationEntryPoint
已过时。
 
JwtAuthenticationTokenFilter - com.alibaba.nacos.plugin.auth.impl.filter中的类
jwt auth token filter.
JwtAuthenticationTokenFilter(TokenManagerDelegate) - 类 的构造器com.alibaba.nacos.plugin.auth.impl.filter.JwtAuthenticationTokenFilter
 
jwtBuilder() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosJwtParser
 
JwtBuilder() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.jwt.NacosJwtParser.JwtBuilder
 
jwtTokenManager - 类 中的变量com.alibaba.nacos.plugin.auth.impl.authenticate.AbstractAuthenticationManager
 
JwtTokenManager - com.alibaba.nacos.plugin.auth.impl.token.impl中的类
JWT token manager.
JwtTokenManager(AuthConfigs) - 类 的构造器com.alibaba.nacos.plugin.auth.impl.token.impl.JwtTokenManager
 

L

LDAP_AUTH_PLUGIN_TYPE - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
LDAP_DEFAULT_ENCODED_PASSWORD - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
LDAP_DEFAULT_PASSWORD - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
已过时。
LDAP_PREFIX - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
LdapAuthConfig - com.alibaba.nacos.plugin.auth.impl中的类
ldap auth config.
LdapAuthConfig() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.LdapAuthConfig
 
LdapAuthenticationManager - com.alibaba.nacos.plugin.auth.impl.authenticate中的类
LdapAuthenticatoinManager.
LdapAuthenticationManager(LdapTemplate, NacosUserDetailsServiceImpl, TokenManagerDelegate, NacosRoleServiceImpl, String, boolean) - 类 的构造器com.alibaba.nacos.plugin.auth.impl.authenticate.LdapAuthenticationManager
 
ldapAuthenticationProvider(LdapTemplate, NacosUserDetailsServiceImpl, NacosRoleServiceImpl) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.LdapAuthConfig
 
LdapAuthenticationProvider - com.alibaba.nacos.plugin.auth.impl中的类
已过时。
LdapAuthenticationProvider(LdapTemplate, NacosUserDetailsServiceImpl, NacosRoleServiceImpl, String, boolean) - 类 的构造器com.alibaba.nacos.plugin.auth.impl.LdapAuthenticationProvider
已过时。
 
ldapAuthenticatoinManager(LdapTemplate, NacosUserDetailsServiceImpl, TokenManagerDelegate, NacosRoleServiceImpl) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.LdapAuthConfig
 
LdapAuthPluginService - com.alibaba.nacos.plugin.auth.impl中的类
ldap auth plugin service.
LdapAuthPluginService() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.LdapAuthPluginService
 
ldapContextSource() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.LdapAuthConfig
 
LdapSslSocketFactory() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.NacosLdapContextSource.LdapSslSocketFactory
 
ldapTemplate(LdapContextSource) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.LdapAuthConfig
 
loadUserByUsername(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetailsServiceImpl
 
login(String, String, HttpServletResponse, HttpServletRequest) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.UserController
Login to Nacos This methods uses username and password to require a new token.
login(Object) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthManager
已过时。
Authentication of request, identify the user who request the resource.

M

mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.AuthRowMapperManager.PermissionRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.AuthRowMapperManager.RoleInfoRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.AuthRowMapperManager.UserRowMapper
 
matches(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.configuration.ConditionOnLdapAuth
 
matches(String, String) - 类 中的静态方法com.alibaba.nacos.plugin.auth.impl.utils.PasswordEncoderUtil
 

N

NACOS_AUTH_TOKEN_CACHING_ENABLED - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.token.TokenManagerDelegate
 
NACOS_CORE_AUTH_CASE_SENSITIVE - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
NACOS_CORE_AUTH_IGNORE_PARTIAL_RESULT_EXCEPTION - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
LDAP Ignore partial result exception.
NACOS_CORE_AUTH_LDAP_BASEDC - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
NACOS_CORE_AUTH_LDAP_FILTER_PREFIX - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
NACOS_CORE_AUTH_LDAP_PASSWORD - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
NACOS_CORE_AUTH_LDAP_TIMEOUT - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
NACOS_CORE_AUTH_LDAP_URL - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
NACOS_CORE_AUTH_LDAP_USERDN - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
NACOS_USER_KEY - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
NacosAuthConfig - com.alibaba.nacos.plugin.auth.impl中的类
Spring security config.
NacosAuthConfig(Environment, TokenManagerDelegate, AuthConfigs, NacosUserDetailsServiceImpl, ObjectProvider<LdapAuthenticationProvider>, ControllerMethodsCache) - 类 的构造器com.alibaba.nacos.plugin.auth.impl.NacosAuthConfig
 
NacosAuthManager - com.alibaba.nacos.plugin.auth.impl中的类
已过时。
NacosAuthManager() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.NacosAuthManager
已过时。
 
NacosAuthPluginService - com.alibaba.nacos.plugin.auth.impl中的类
Nacos default auth plugin service implementation.
NacosAuthPluginService() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.NacosAuthPluginService
 
NacosJwtParser - com.alibaba.nacos.plugin.auth.impl.jwt中的类
JwtParse.
NacosJwtParser(String) - 类 的构造器com.alibaba.nacos.plugin.auth.impl.jwt.NacosJwtParser
 
NacosJwtParser.JwtBuilder - com.alibaba.nacos.plugin.auth.impl.jwt中的类
 
NacosJwtPayload - com.alibaba.nacos.plugin.auth.impl.jwt中的类
NacosJwtPayload.
NacosJwtPayload() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.jwt.NacosJwtPayload
 
NacosLdapContextSource - com.alibaba.nacos.plugin.auth.impl中的类
NacosLdapContextSource.
NacosLdapContextSource(String, String, String, String, String) - 类 的构造器com.alibaba.nacos.plugin.auth.impl.NacosLdapContextSource
 
NacosLdapContextSource.LdapSslSocketFactory - com.alibaba.nacos.plugin.auth.impl中的类
 
NacosRoleServiceImpl - com.alibaba.nacos.plugin.auth.impl.roles中的类
Nacos builtin role service.
NacosRoleServiceImpl() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleServiceImpl
 
NacosSignatureAlgorithm - com.alibaba.nacos.plugin.auth.impl.jwt中的类
SignAlgorithm.
NacosUser - com.alibaba.nacos.plugin.auth.impl.users中的类
Nacos User.
NacosUser() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.users.NacosUser
 
NacosUser(String) - 类 的构造器com.alibaba.nacos.plugin.auth.impl.users.NacosUser
 
NacosUser(String, String) - 类 的构造器com.alibaba.nacos.plugin.auth.impl.users.NacosUser
 
NacosUserDetails - com.alibaba.nacos.plugin.auth.impl.users中的类
custom user.
NacosUserDetails(User) - 类 的构造器com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetails
 
NacosUserDetailsServiceImpl - com.alibaba.nacos.plugin.auth.impl.users中的类
Custom user service.
NacosUserDetailsServiceImpl() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetailsServiceImpl
 

O

onEvent(ServerConfigChangeEvent) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.JwtTokenManager
 

P

PARAM_PASSWORD - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
PARAM_USERNAME - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
parse(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosJwtParser
 
parseToken(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.CachedJwtTokenManager
 
parseToken(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.JwtTokenManager
 
parseToken(String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.token.TokenManager
parse token.
parseToken(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.TokenManagerDelegate
 
passwordEncoder() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthConfig
 
PasswordEncoderUtil - com.alibaba.nacos.plugin.auth.impl.utils中的类
Password encoder tool.
PasswordEncoderUtil() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.utils.PasswordEncoderUtil
 
PERMISSION_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.persistence.AuthRowMapperManager
 
PermissionController - com.alibaba.nacos.plugin.auth.impl.controller中的类
Permission operation controller.
PermissionController() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.controller.PermissionController
 
PermissionInfo - com.alibaba.nacos.plugin.auth.impl.persistence中的类
PermissionInfo model.
PermissionInfo() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.persistence.PermissionInfo
 
PermissionPersistService - com.alibaba.nacos.plugin.auth.impl.persistence中的接口
Permission CRUD service.
PermissionRowMapper() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.persistence.AuthRowMapperManager.PermissionRowMapper
 

R

ROLE_INFO_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.persistence.AuthRowMapperManager
 
RoleController - com.alibaba.nacos.plugin.auth.impl.controller中的类
Role operation controller.
RoleController() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.controller.RoleController
 
RoleInfo - com.alibaba.nacos.plugin.auth.impl.persistence中的类
Role Info.
RoleInfo() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.persistence.RoleInfo
 
RoleInfoRowMapper() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.persistence.AuthRowMapperManager.RoleInfoRowMapper
 
RolePersistService - com.alibaba.nacos.plugin.auth.impl.persistence中的接口
Role CRUD service.
roleService - 类 中的变量com.alibaba.nacos.plugin.auth.impl.authenticate.AbstractAuthenticationManager
 

S

searchRoles(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.RoleController
Fuzzy matching role name .
searchUsersLikeUsername(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.UserController
Fuzzy matching username.
setAction(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.PermissionInfo
 
setExp(long) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosJwtPayload
 
setExpiredTime(long) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosJwtParser.JwtBuilder
 
setGlobalAdmin(boolean) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUser
 
setPassword(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.User
 
setResource(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.PermissionInfo
 
setRole(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.PermissionInfo
 
setRole(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.RoleInfo
 
setSub(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosJwtPayload
 
setToken(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUser
 
setUserName(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosJwtParser.JwtBuilder
 
setUsername(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.RoleInfo
 
setUsername(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.User
 
setUserName(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.User
 
subscribeType() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.JwtTokenManager
 
supports(Class<?>) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.CustomAuthenticationProvider
已过时。
 
supports(Class<?>) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.LdapAuthenticationProvider
已过时。
 

T

TOKEN_EXPIRE_SECONDS - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
TOKEN_PREFIX - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
TOKEN_SECRET_KEY - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
TokenManager - com.alibaba.nacos.plugin.auth.impl.token中的接口
Token Manager Interface.
TokenManagerDelegate - com.alibaba.nacos.plugin.auth.impl.token中的类
token manager delegate.
TokenManagerDelegate() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.token.TokenManagerDelegate
 
toString() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosJwtPayload
 
toString() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.RoleInfo
 
toString() - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUser
 

U

UPDATE_PASSWORD_ENTRY_POINT - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.constant.AuthConstants
 
updatePassword(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.UserController
已过时。
updateUser(String, String, HttpServletResponse, HttpServletRequest) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.controller.UserController
Update an user.
updateUserPassword(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.EmbeddedUserPersistServiceImpl
Execute update user password operation.
updateUserPassword(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.ExternalUserPersistServiceImpl
Execute update user password operation.
updateUserPassword(String, String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.persistence.UserPersistService
update password of the user.
updateUserPassword(String, String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.users.NacosUserDetailsServiceImpl
 
User - com.alibaba.nacos.plugin.auth.impl.persistence中的类
User.
User() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.persistence.User
 
User - com.alibaba.nacos.plugin.auth.impl.users中的类
User information in authorization.
User() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.users.User
 
USER_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.plugin.auth.impl.persistence.AuthRowMapperManager
 
UserController - com.alibaba.nacos.plugin.auth.impl.controller中的类
User related methods entry.
UserController() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.controller.UserController
 
userDetailsService - 类 中的变量com.alibaba.nacos.plugin.auth.impl.authenticate.AbstractAuthenticationManager
 
UserPersistService - com.alibaba.nacos.plugin.auth.impl.persistence中的接口
User CRUD service.
UserRowMapper() - 类 的构造器com.alibaba.nacos.plugin.auth.impl.persistence.AuthRowMapperManager.UserRowMapper
 

V

validateAuthority(IdentityContext, Permission) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthPluginService
 
validateIdentity(IdentityContext, Resource) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.NacosAuthPluginService
 
validateToken(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.CachedJwtTokenManager
validate token.
validateToken(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.impl.JwtTokenManager
validate token.
validateToken(String) - 接口 中的方法com.alibaba.nacos.plugin.auth.impl.token.TokenManager
validate token.
validateToken(String) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.token.TokenManagerDelegate
 
valueOf(String) - 枚举 中的静态方法com.alibaba.nacos.plugin.auth.impl.constant.AuthSystemTypes
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.alibaba.nacos.plugin.auth.impl.constant.AuthSystemTypes
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verify(String, Key) - 类 中的静态方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosSignatureAlgorithm
verify jwt.
verify(String, String, String, Key) - 类 中的方法com.alibaba.nacos.plugin.auth.impl.jwt.NacosSignatureAlgorithm
verify jwt.
A C D E F G H I J L M N O P R S T U V 
跳过导航链接

Copyright © 2018–2023 Alibaba Group. All rights reserved.