Uses of Record Class
cloud.opencode.base.web.context.UserContext
Packages that use UserContext
-
Uses of UserContext in cloud.opencode.base.web
Methods in cloud.opencode.base.web that return UserContextModifier and TypeMethodDescriptionstatic UserContextOpenWeb.getUser()Get current user context 获取当前用户上下文 -
Uses of UserContext in cloud.opencode.base.web.context
Fields in cloud.opencode.base.web.context declared as UserContextModifier and TypeFieldDescriptionstatic final UserContextUserContext.ANONYMOUSAnonymous user constant 匿名用户常量Methods in cloud.opencode.base.web.context that return UserContextModifier and TypeMethodDescriptionstatic UserContextUserContext.anonymous()Get anonymous user context 获取匿名用户上下文static UserContextRequestContextHolder.getUser()Get user context from current context 从当前上下文获取用户上下文static UserContextCreate user context 创建用户上下文static UserContextCreate user context with roles 创建带角色的用户上下文static UserContextUserContext.system()Get system user context 获取系统用户上下文RequestContext.user()Returns the value of theuserrecord component.Methods in cloud.opencode.base.web.context with parameters of type UserContextConstructors in cloud.opencode.base.web.context with parameters of type UserContext