ApplyAbacTags

@Summary(value = "Apply ABAC Tags")
interface ApplyAbacTags : AbacTaggable, CommandValidator

应用 ABAC 标签的命令接口。

用于在命令处理过程中动态设置或更新实体的 ABAC 标签。 继承 AbacTaggable 提供标签能力,继承 CommandValidator 确保标签格式合法。

验证规则:

  • 标签键(key)不能为空或空白字符串

See also

Inheritors

Properties

Link copied to clipboard
abstract val tags: AbacTags

获取 ABAC 标签集合。

Functions

Link copied to clipboard
open override fun validate()

Validates the command payload for correctness and consistency.