类 AbstractCachedUserService
java.lang.Object
com.alibaba.nacos.plugin.auth.impl.users.AbstractCachedUserService
- 所有已实现的接口:
NacosUserService,org.springframework.security.core.userdetails.UserDetailsService
Nacos abstract cached user service.
- 作者:
- xiweng.yy
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.alibaba.nacos.plugin.auth.impl.users.NacosUserService
createUser, createUser, deleteUser, findUserNames, findUsers, getUser, getUsers, updateUserPassword从接口继承的方法 org.springframework.security.core.userdetails.UserDetailsService
loadUserByUsername
-
字段详细资料
-
userMap
-
-
构造器详细资料
-
AbstractCachedUserService
protected AbstractCachedUserService()
-
-
方法详细资料
-
getCachedUserMap
-
reload
@Scheduled(initialDelay=5000L, fixedDelay=15000L) protected void reload()
-