Serialized Form
-
Package cn.vertxup.rbac.domain
-
Class cn.vertxup.rbac.domain.Db extends org.jooq.impl.SchemaImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
O_ACCESS_TOKEN
OAccessToken O_ACCESS_TOKEN
The tableDB_ETERNAL.O_ACCESS_TOKEN. -
O_USER
OUser O_USER
The tableDB_ETERNAL.O_USER. -
R_GROUP_ROLE
RGroupRole R_GROUP_ROLE
The tableDB_ETERNAL.R_GROUP_ROLE. -
R_ROLE_PERM
RRolePerm R_ROLE_PERM
The tableDB_ETERNAL.R_ROLE_PERM. -
R_USER_GROUP
RUserGroup R_USER_GROUP
The tableDB_ETERNAL.R_USER_GROUP. -
R_USER_ROLE
RUserRole R_USER_ROLE
The tableDB_ETERNAL.R_USER_ROLE. -
S_ACTION
SAction S_ACTION
The tableDB_ETERNAL.S_ACTION. -
S_GROUP
SGroup S_GROUP
The tableDB_ETERNAL.S_GROUP. -
S_PACKET
SPacket S_PACKET
The tableDB_ETERNAL.S_PACKET. -
S_PATH
SPath S_PATH
The tableDB_ETERNAL.S_PATH. -
S_PERM_SET
SPermSet S_PERM_SET
The tableDB_ETERNAL.S_PERM_SET. -
S_PERMISSION
SPermission S_PERMISSION
The tableDB_ETERNAL.S_PERMISSION. -
S_RESOURCE
SResource S_RESOURCE
The tableDB_ETERNAL.S_RESOURCE. -
S_ROLE
SRole S_ROLE
The tableDB_ETERNAL.S_ROLE. -
S_USER
SUser S_USER
The tableDB_ETERNAL.S_USER. -
S_VIEW
SView S_VIEW
The tableDB_ETERNAL.S_VIEW. -
S_VISITANT
SVisitant S_VISITANT
The tableDB_ETERNAL.S_VISITANT.
-
-
Class cn.vertxup.rbac.domain.DefaultCatalog extends org.jooq.impl.CatalogImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
DB_ETERNAL
Db DB_ETERNAL
The schemaDB_ETERNAL.
-
-
-
Package cn.vertxup.rbac.domain.tables
-
Class cn.vertxup.rbac.domain.tables.OAccessToken extends org.jooq.impl.TableImpl<OAccessTokenRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<OAccessTokenRecord,Boolean> ACTIVE
The columnDB_ETERNAL.O_ACCESS_TOKEN.ACTIVE. 「active」- 是否启用 -
AUTH
org.jooq.TableField<OAccessTokenRecord,byte[]> AUTH
The columnDB_ETERNAL.O_ACCESS_TOKEN.AUTH. 「auth」- 用户的ID的 byte[] 信息 -
CREATED_AT
org.jooq.TableField<OAccessTokenRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.O_ACCESS_TOKEN.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<OAccessTokenRecord,String> CREATED_BY
The columnDB_ETERNAL.O_ACCESS_TOKEN.CREATED_BY. 「createdBy」- 创建人 -
EXPIRED_TIME
org.jooq.TableField<OAccessTokenRecord,Long> EXPIRED_TIME
The columnDB_ETERNAL.O_ACCESS_TOKEN.EXPIRED_TIME. 「expiredTime」- 用户的Token过期时间 -
KEY
org.jooq.TableField<OAccessTokenRecord,String> KEY
The columnDB_ETERNAL.O_ACCESS_TOKEN.KEY. 「key」- 令牌主键 -
LANGUAGE
org.jooq.TableField<OAccessTokenRecord,String> LANGUAGE
The columnDB_ETERNAL.O_ACCESS_TOKEN.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<OAccessTokenRecord,String> METADATA
The columnDB_ETERNAL.O_ACCESS_TOKEN.METADATA. 「metadata」- 附加配置数据 -
REFRESH_TOKEN
org.jooq.TableField<OAccessTokenRecord,byte[]> REFRESH_TOKEN
The columnDB_ETERNAL.O_ACCESS_TOKEN.REFRESH_TOKEN. 「refreshToken」- 用户的刷新令牌 -
TOKEN
org.jooq.TableField<OAccessTokenRecord,byte[]> TOKEN
The columnDB_ETERNAL.O_ACCESS_TOKEN.TOKEN. 「token」- 用户的Token信息
-
-
Class cn.vertxup.rbac.domain.tables.OUser extends org.jooq.impl.TableImpl<OUserRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<OUserRecord,Boolean> ACTIVE
The columnDB_ETERNAL.O_USER.ACTIVE. 「active」- 是否启用 -
CLIENT_ID
org.jooq.TableField<OUserRecord,String> CLIENT_ID
The columnDB_ETERNAL.O_USER.CLIENT_ID. 「clientId」- 客户端ID -
CLIENT_SECRET
org.jooq.TableField<OUserRecord,String> CLIENT_SECRET
The columnDB_ETERNAL.O_USER.CLIENT_SECRET. 「clientSecret」- 客户端密钥 -
CODE
org.jooq.TableField<OUserRecord,String> CODE
The columnDB_ETERNAL.O_USER.CODE. 「code」- 系统编号 -
GRANT_TYPE
org.jooq.TableField<OUserRecord,String> GRANT_TYPE
The columnDB_ETERNAL.O_USER.GRANT_TYPE. 「grantType」- 认证方式 -
KEY
org.jooq.TableField<OUserRecord,String> KEY
The columnDB_ETERNAL.O_USER.KEY. 「key」- OAuth用户ID -
LANGUAGE
org.jooq.TableField<OUserRecord,String> LANGUAGE
The columnDB_ETERNAL.O_USER.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<OUserRecord,String> METADATA
The columnDB_ETERNAL.O_USER.METADATA. 「metadata」- 附加配置数据 -
REDIRECT_URI
org.jooq.TableField<OUserRecord,String> REDIRECT_URI
The columnDB_ETERNAL.O_USER.REDIRECT_URI. 「redirectUri」- 回调重定向地址 -
SCOPE
org.jooq.TableField<OUserRecord,String> SCOPE
The columnDB_ETERNAL.O_USER.SCOPE. 「scope」- 对应名空间,以应用为中心 -
STATE
org.jooq.TableField<OUserRecord,String> STATE
The columnDB_ETERNAL.O_USER.STATE. 「state」- 客户端状态
-
-
Class cn.vertxup.rbac.domain.tables.RGroupRole extends org.jooq.impl.TableImpl<RGroupRoleRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
GROUP_ID
org.jooq.TableField<RGroupRoleRecord,String> GROUP_ID
The columnDB_ETERNAL.R_GROUP_ROLE.GROUP_ID. 「groupId」- 关联组ID -
PRIORITY
org.jooq.TableField<RGroupRoleRecord,Integer> PRIORITY
The columnDB_ETERNAL.R_GROUP_ROLE.PRIORITY. 「priority」- 角色优先级 -
ROLE_ID
org.jooq.TableField<RGroupRoleRecord,String> ROLE_ID
The columnDB_ETERNAL.R_GROUP_ROLE.ROLE_ID. 「roleId」- 关联角色ID
-
-
Class cn.vertxup.rbac.domain.tables.RRolePerm extends org.jooq.impl.TableImpl<RRolePermRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
PERM_ID
org.jooq.TableField<RRolePermRecord,String> PERM_ID
The columnDB_ETERNAL.R_ROLE_PERM.PERM_ID. 「permId」- 关联权限ID -
ROLE_ID
org.jooq.TableField<RRolePermRecord,String> ROLE_ID
The columnDB_ETERNAL.R_ROLE_PERM.ROLE_ID. 「roleId」- 关联角色ID
-
-
Class cn.vertxup.rbac.domain.tables.RUserGroup extends org.jooq.impl.TableImpl<RUserGroupRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
GROUP_ID
org.jooq.TableField<RUserGroupRecord,String> GROUP_ID
The columnDB_ETERNAL.R_USER_GROUP.GROUP_ID. 「groupId」- 关联组ID -
PRIORITY
org.jooq.TableField<RUserGroupRecord,Integer> PRIORITY
The columnDB_ETERNAL.R_USER_GROUP.PRIORITY. 「priority」- 组优先级 -
USER_ID
org.jooq.TableField<RUserGroupRecord,String> USER_ID
The columnDB_ETERNAL.R_USER_GROUP.USER_ID. 「userId」- 关联用户ID
-
-
Class cn.vertxup.rbac.domain.tables.RUserRole extends org.jooq.impl.TableImpl<RUserRoleRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
PRIORITY
org.jooq.TableField<RUserRoleRecord,Integer> PRIORITY
The columnDB_ETERNAL.R_USER_ROLE.PRIORITY. 「priority」- 角色优先级 -
ROLE_ID
org.jooq.TableField<RUserRoleRecord,String> ROLE_ID
The columnDB_ETERNAL.R_USER_ROLE.ROLE_ID. 「roleId」- 关联角色ID -
USER_ID
org.jooq.TableField<RUserRoleRecord,String> USER_ID
The columnDB_ETERNAL.R_USER_ROLE.USER_ID. 「userId」- 关联用户ID
-
-
Class cn.vertxup.rbac.domain.tables.SAction extends org.jooq.impl.TableImpl<SActionRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<SActionRecord,Boolean> ACTIVE
The columnDB_ETERNAL.S_ACTION.ACTIVE. 「active」- 是否启用 -
CODE
org.jooq.TableField<SActionRecord,String> CODE
The columnDB_ETERNAL.S_ACTION.CODE. 「code」- 操作码 -
COMMENT
org.jooq.TableField<SActionRecord,String> COMMENT
The columnDB_ETERNAL.S_ACTION.COMMENT. 「action」- 操作说明 -
CREATED_AT
org.jooq.TableField<SActionRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.S_ACTION.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<SActionRecord,String> CREATED_BY
The columnDB_ETERNAL.S_ACTION.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<SActionRecord,String> KEY
The columnDB_ETERNAL.S_ACTION.KEY. 「key」- 操作ID -
LANGUAGE
org.jooq.TableField<SActionRecord,String> LANGUAGE
The columnDB_ETERNAL.S_ACTION.LANGUAGE. 「language」- 使用的语言 -
LEVEL
org.jooq.TableField<SActionRecord,Integer> LEVEL
The columnDB_ETERNAL.S_ACTION.LEVEL. 「level」- 操作级别, ACL控制 -
METADATA
org.jooq.TableField<SActionRecord,String> METADATA
The columnDB_ETERNAL.S_ACTION.METADATA. 「metadata」- 附加配置数据 -
METHOD
org.jooq.TableField<SActionRecord,String> METHOD
The columnDB_ETERNAL.S_ACTION.METHOD. 「method」- 资源方法 -
NAME
org.jooq.TableField<SActionRecord,String> NAME
The columnDB_ETERNAL.S_ACTION.NAME. 「name」- 操作名称 -
PERMISSION_ID
org.jooq.TableField<SActionRecord,String> PERMISSION_ID
The columnDB_ETERNAL.S_ACTION.PERMISSION_ID. 「permissionId」- 操作所属权限 -
RENEWAL_CREDIT
org.jooq.TableField<SActionRecord,String> RENEWAL_CREDIT
The columnDB_ETERNAL.S_ACTION.RENEWAL_CREDIT. 「renewalCredit」- 被刷新的凭证 -
RESOURCE_ID
org.jooq.TableField<SActionRecord,String> RESOURCE_ID
The columnDB_ETERNAL.S_ACTION.RESOURCE_ID. 「resourceId」- 操作关联资源ID -
SIGMA
org.jooq.TableField<SActionRecord,String> SIGMA
The columnDB_ETERNAL.S_ACTION.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<SActionRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.S_ACTION.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<SActionRecord,String> UPDATED_BY
The columnDB_ETERNAL.S_ACTION.UPDATED_BY. 「updatedBy」- 更新人 -
URI
org.jooq.TableField<SActionRecord,String> URI
The columnDB_ETERNAL.S_ACTION.URI. 「uri」- 资源地址
-
-
Class cn.vertxup.rbac.domain.tables.SGroup extends org.jooq.impl.TableImpl<SGroupRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<SGroupRecord,Boolean> ACTIVE
The columnDB_ETERNAL.S_GROUP.ACTIVE. 「active」- 是否启用 -
CATEGORY
org.jooq.TableField<SGroupRecord,String> CATEGORY
The columnDB_ETERNAL.S_GROUP.CATEGORY. 「category」- 组类型 -
CODE
org.jooq.TableField<SGroupRecord,String> CODE
The columnDB_ETERNAL.S_GROUP.CODE. 「code」- 组系统码 -
CREATED_AT
org.jooq.TableField<SGroupRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.S_GROUP.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<SGroupRecord,String> CREATED_BY
The columnDB_ETERNAL.S_GROUP.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<SGroupRecord,String> KEY
The columnDB_ETERNAL.S_GROUP.KEY. 「key」- 组ID -
LANGUAGE
org.jooq.TableField<SGroupRecord,String> LANGUAGE
The columnDB_ETERNAL.S_GROUP.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<SGroupRecord,String> METADATA
The columnDB_ETERNAL.S_GROUP.METADATA. 「metadata」- 附加配置数据 -
MODEL_ID
org.jooq.TableField<SGroupRecord,String> MODEL_ID
The columnDB_ETERNAL.S_GROUP.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述 -
MODEL_KEY
org.jooq.TableField<SGroupRecord,String> MODEL_KEY
The columnDB_ETERNAL.S_GROUP.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录 -
NAME
org.jooq.TableField<SGroupRecord,String> NAME
The columnDB_ETERNAL.S_GROUP.NAME. 「name」- 组名称 -
PARENT_ID
org.jooq.TableField<SGroupRecord,String> PARENT_ID
The columnDB_ETERNAL.S_GROUP.PARENT_ID. 「parentId」- 父组ID(组支持树形结构,角色平行结构) -
SIGMA
org.jooq.TableField<SGroupRecord,String> SIGMA
The columnDB_ETERNAL.S_GROUP.SIGMA. 「sigma」- 用户组绑定的统一标识 -
UPDATED_AT
org.jooq.TableField<SGroupRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.S_GROUP.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<SGroupRecord,String> UPDATED_BY
The columnDB_ETERNAL.S_GROUP.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.rbac.domain.tables.SPacket extends org.jooq.impl.TableImpl<SPacketRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<SPacketRecord,Boolean> ACTIVE
The columnDB_ETERNAL.S_PACKET.ACTIVE. 「active」- 是否启用 -
COL_CONFIG
org.jooq.TableField<SPacketRecord,String> COL_CONFIG
The columnDB_ETERNAL.S_PACKET.COL_CONFIG. 「colConfig」- 列配置 -
COL_TYPE
org.jooq.TableField<SPacketRecord,String> COL_TYPE
The columnDB_ETERNAL.S_PACKET.COL_TYPE. 「colType」- 列过滤类型 -
COND_CONFIG
org.jooq.TableField<SPacketRecord,String> COND_CONFIG
The columnDB_ETERNAL.S_PACKET.COND_CONFIG. 「condConfig」- 条件配置(界面配置相关) -
COND_TPL
org.jooq.TableField<SPacketRecord,String> COND_TPL
The columnDB_ETERNAL.S_PACKET.COND_TPL. 「condTpl」- 条件模板 -
COND_TPL_MAPPING
org.jooq.TableField<SPacketRecord,String> COND_TPL_MAPPING
The columnDB_ETERNAL.S_PACKET.COND_TPL_MAPPING. 「condTplMapping」- 查询条件映射关系 -
CREATED_AT
org.jooq.TableField<SPacketRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.S_PACKET.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<SPacketRecord,String> CREATED_BY
The columnDB_ETERNAL.S_PACKET.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<SPacketRecord,String> KEY
The columnDB_ETERNAL.S_PACKET.KEY. 「key」- 包信息 -
LANGUAGE
org.jooq.TableField<SPacketRecord,String> LANGUAGE
The columnDB_ETERNAL.S_PACKET.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<SPacketRecord,String> METADATA
The columnDB_ETERNAL.S_PACKET.METADATA. 「metadata」- 附加配置数据 -
PATH_ID
org.jooq.TableField<SPacketRecord,String> PATH_ID
The columnDB_ETERNAL.S_PACKET.PATH_ID. 「pathId」- 关联的 path id,包含关系 -
RESOURCE_ID
org.jooq.TableField<SPacketRecord,String> RESOURCE_ID
The columnDB_ETERNAL.S_PACKET.RESOURCE_ID. 「resourceId」- 关联的资源 id -
ROW_FIELD
org.jooq.TableField<SPacketRecord,String> ROW_FIELD
The columnDB_ETERNAL.S_PACKET.ROW_FIELD. 「rowField」- 行输入 -
ROW_TPL
org.jooq.TableField<SPacketRecord,String> ROW_TPL
The columnDB_ETERNAL.S_PACKET.ROW_TPL. 「rowTpl」- 多字段的模板 -
ROW_TPL_MAPPING
org.jooq.TableField<SPacketRecord,String> ROW_TPL_MAPPING
The columnDB_ETERNAL.S_PACKET.ROW_TPL_MAPPING. 「rowTplMapping」- 多字段的映射关系 -
ROW_TYPE
org.jooq.TableField<SPacketRecord,String> ROW_TYPE
The columnDB_ETERNAL.S_PACKET.ROW_TYPE. 「rowType」- 行过滤类型 -
SIGMA
org.jooq.TableField<SPacketRecord,String> SIGMA
The columnDB_ETERNAL.S_PACKET.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<SPacketRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.S_PACKET.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<SPacketRecord,String> UPDATED_BY
The columnDB_ETERNAL.S_PACKET.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.rbac.domain.tables.SPath extends org.jooq.impl.TableImpl<SPathRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<SPathRecord,Boolean> ACTIVE
The columnDB_ETERNAL.S_PATH.ACTIVE. 「active」- 是否启用 -
CODE
org.jooq.TableField<SPathRecord,String> CODE
The columnDB_ETERNAL.S_PATH.CODE. 「code」- 系统界面标识 -
CREATED_AT
org.jooq.TableField<SPathRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.S_PATH.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<SPathRecord,String> CREATED_BY
The columnDB_ETERNAL.S_PATH.CREATED_BY. 「createdBy」- 创建人 -
GROUP_COMPONENT
org.jooq.TableField<SPathRecord,String> GROUP_COMPONENT
The columnDB_ETERNAL.S_PATH.GROUP_COMPONENT. 「groupComponent」- 必须绑定组专用Dao组件 -
GROUP_CONDITION
org.jooq.TableField<SPathRecord,String> GROUP_CONDITION
The columnDB_ETERNAL.S_PATH.GROUP_CONDITION. 「groupCondition」- 分组条件 -
GROUP_CONFIG
org.jooq.TableField<SPathRecord,String> GROUP_CONFIG
The columnDB_ETERNAL.S_PATH.GROUP_CONFIG. 「groupConfig」- 组配置信息,配置呈现部分 -
GROUP_MAPPING
org.jooq.TableField<SPathRecord,String> GROUP_MAPPING
The columnDB_ETERNAL.S_PATH.GROUP_MAPPING. 「mapping」- 从 group -> ui 转换 -
GROUP_TYPE
org.jooq.TableField<SPathRecord,String> GROUP_TYPE
The columnDB_ETERNAL.S_PATH.GROUP_TYPE. 「groupType」- 分组类型 -
KEY
org.jooq.TableField<SPathRecord,String> KEY
The columnDB_ETERNAL.S_PATH.KEY. 「key」- 规则主键 -
LANGUAGE
org.jooq.TableField<SPathRecord,String> LANGUAGE
The columnDB_ETERNAL.S_PATH.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<SPathRecord,String> METADATA
The columnDB_ETERNAL.S_PATH.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<SPathRecord,String> NAME
The columnDB_ETERNAL.S_PATH.NAME. 「name」- 规则名称 -
SIGMA
org.jooq.TableField<SPathRecord,String> SIGMA
The columnDB_ETERNAL.S_PATH.SIGMA. 「sigma」- 统一标识 -
UI_COMPONENT
org.jooq.TableField<SPathRecord,String> UI_COMPONENT
The columnDB_ETERNAL.S_PATH.UI_COMPONENT. 「uiComponent」- 在 DAO/OX/DEF 时的特殊组件 -
UI_CONDITION
org.jooq.TableField<SPathRecord,String> UI_CONDITION
The columnDB_ETERNAL.S_PATH.UI_CONDITION. 「uiCondition」- 查询模板 -
UI_CONFIG
org.jooq.TableField<SPathRecord,String> UI_CONFIG
The columnDB_ETERNAL.S_PATH.UI_CONFIG. 「uiConfig」- 界面配置 -
UI_TYPE
org.jooq.TableField<SPathRecord,String> UI_TYPE
The columnDB_ETERNAL.S_PATH.UI_TYPE. 「uiType」- 目标数据源类型 -
UPDATED_AT
org.jooq.TableField<SPathRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.S_PATH.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<SPathRecord,String> UPDATED_BY
The columnDB_ETERNAL.S_PATH.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.rbac.domain.tables.SPermission extends org.jooq.impl.TableImpl<SPermissionRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<SPermissionRecord,Boolean> ACTIVE
The columnDB_ETERNAL.S_PERMISSION.ACTIVE. 「active」- 是否启用 -
CODE
org.jooq.TableField<SPermissionRecord,String> CODE
The columnDB_ETERNAL.S_PERMISSION.CODE. 「code」- 权限系统码 -
COMMENT
org.jooq.TableField<SPermissionRecord,String> COMMENT
The columnDB_ETERNAL.S_PERMISSION.COMMENT. 「comment」- 权限说明 -
CREATED_AT
org.jooq.TableField<SPermissionRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.S_PERMISSION.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<SPermissionRecord,String> CREATED_BY
The columnDB_ETERNAL.S_PERMISSION.CREATED_BY. 「createdBy」- 创建人 -
IDENTIFIER
org.jooq.TableField<SPermissionRecord,String> IDENTIFIER
The columnDB_ETERNAL.S_PERMISSION.IDENTIFIER. 「identifier」- 当前权限所属的Model的标识 -
KEY
org.jooq.TableField<SPermissionRecord,String> KEY
The columnDB_ETERNAL.S_PERMISSION.KEY. 「key」- 权限ID -
LANGUAGE
org.jooq.TableField<SPermissionRecord,String> LANGUAGE
The columnDB_ETERNAL.S_PERMISSION.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<SPermissionRecord,String> METADATA
The columnDB_ETERNAL.S_PERMISSION.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<SPermissionRecord,String> NAME
The columnDB_ETERNAL.S_PERMISSION.NAME. 「name」- 权限名称 -
SIGMA
org.jooq.TableField<SPermissionRecord,String> SIGMA
The columnDB_ETERNAL.S_PERMISSION.SIGMA. 「sigma」- 绑定的统一标识 -
UPDATED_AT
org.jooq.TableField<SPermissionRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.S_PERMISSION.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<SPermissionRecord,String> UPDATED_BY
The columnDB_ETERNAL.S_PERMISSION.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.rbac.domain.tables.SPermSet extends org.jooq.impl.TableImpl<SPermSetRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<SPermSetRecord,Boolean> ACTIVE
The columnDB_ETERNAL.S_PERM_SET.ACTIVE. 「active」- 是否启用 -
CODE
org.jooq.TableField<SPermSetRecord,String> CODE
The columnDB_ETERNAL.S_PERM_SET.CODE. 「code」- 权限集关联权限代码 -
COMMENT
org.jooq.TableField<SPermSetRecord,String> COMMENT
The columnDB_ETERNAL.S_PERM_SET.COMMENT. 「comment」- 权限集说明 -
CREATED_AT
org.jooq.TableField<SPermSetRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.S_PERM_SET.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<SPermSetRecord,String> CREATED_BY
The columnDB_ETERNAL.S_PERM_SET.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<SPermSetRecord,String> KEY
The columnDB_ETERNAL.S_PERM_SET.KEY. 「key」- 权限集ID -
LANGUAGE
org.jooq.TableField<SPermSetRecord,String> LANGUAGE
The columnDB_ETERNAL.S_PERM_SET.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<SPermSetRecord,String> METADATA
The columnDB_ETERNAL.S_PERM_SET.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<SPermSetRecord,String> NAME
The columnDB_ETERNAL.S_PERM_SET.NAME. 「name」- 权限集名称 -
SIGMA
org.jooq.TableField<SPermSetRecord,String> SIGMA
The columnDB_ETERNAL.S_PERM_SET.SIGMA. 「sigma」- 绑定的统一标识 -
TYPE
org.jooq.TableField<SPermSetRecord,String> TYPE
The columnDB_ETERNAL.S_PERM_SET.TYPE. 「type」- 权限集类型 -
UPDATED_AT
org.jooq.TableField<SPermSetRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.S_PERM_SET.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<SPermSetRecord,String> UPDATED_BY
The columnDB_ETERNAL.S_PERM_SET.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.rbac.domain.tables.SResource extends org.jooq.impl.TableImpl<SResourceRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<SResourceRecord,Boolean> ACTIVE
The columnDB_ETERNAL.S_RESOURCE.ACTIVE. 「active」- 是否启用 -
CATEGORY
org.jooq.TableField<SResourceRecord,String> CATEGORY
The columnDB_ETERNAL.S_RESOURCE.CATEGORY. 「category」- 资源分类 -
CODE
org.jooq.TableField<SResourceRecord,String> CODE
The columnDB_ETERNAL.S_RESOURCE.CODE. 「code」- 资源编号 -
COMMENT
org.jooq.TableField<SResourceRecord,String> COMMENT
The columnDB_ETERNAL.S_RESOURCE.COMMENT. 「comment」- 备注信息 -
CREATED_AT
org.jooq.TableField<SResourceRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.S_RESOURCE.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<SResourceRecord,String> CREATED_BY
The columnDB_ETERNAL.S_RESOURCE.CREATED_BY. 「createdBy」- 创建人 -
IDENTIFIER
org.jooq.TableField<SResourceRecord,String> IDENTIFIER
The columnDB_ETERNAL.S_RESOURCE.IDENTIFIER. 「identifier」- 当前资源所属的Model的标识 -
KEY
org.jooq.TableField<SResourceRecord,String> KEY
The columnDB_ETERNAL.S_RESOURCE.KEY. 「key」- 资源对应的ID -
LANGUAGE
org.jooq.TableField<SResourceRecord,String> LANGUAGE
The columnDB_ETERNAL.S_RESOURCE.LANGUAGE. 「language」- 使用的语言 -
LEVEL
org.jooq.TableField<SResourceRecord,Integer> LEVEL
The columnDB_ETERNAL.S_RESOURCE.LEVEL. 「level」- 资源需求级别 -
METADATA
org.jooq.TableField<SResourceRecord,String> METADATA
The columnDB_ETERNAL.S_RESOURCE.METADATA. 「metadata」- 附加配置数据 -
MODE_GROUP
org.jooq.TableField<SResourceRecord,String> MODE_GROUP
The columnDB_ETERNAL.S_RESOURCE.MODE_GROUP. 「modeGroup」- 该资源查找组的模式 -
MODE_ROLE
org.jooq.TableField<SResourceRecord,String> MODE_ROLE
The columnDB_ETERNAL.S_RESOURCE.MODE_ROLE. 「modeRole」- 该资源查找角色的模式 -
MODE_TREE
org.jooq.TableField<SResourceRecord,String> MODE_TREE
The columnDB_ETERNAL.S_RESOURCE.MODE_TREE. 「modeTree」- 该资源处理树(用户组)的模式 -
NAME
org.jooq.TableField<SResourceRecord,String> NAME
The columnDB_ETERNAL.S_RESOURCE.NAME. 「name」- 资源名称 -
SEEK_COMPONENT
org.jooq.TableField<SResourceRecord,String> SEEK_COMPONENT
The columnDB_ETERNAL.S_RESOURCE.SEEK_COMPONENT. 「seekComponent」- 访问者组件 -
SEEK_CONFIG
org.jooq.TableField<SResourceRecord,String> SEEK_CONFIG
The columnDB_ETERNAL.S_RESOURCE.SEEK_CONFIG. 「seekConfig」- 访问者配置 -
SEEK_SYNTAX
org.jooq.TableField<SResourceRecord,String> SEEK_SYNTAX
The columnDB_ETERNAL.S_RESOURCE.SEEK_SYNTAX. 「seekSyntax」- 访问者语法 -
SIGMA
org.jooq.TableField<SResourceRecord,String> SIGMA
The columnDB_ETERNAL.S_RESOURCE.SIGMA. 「sigma」- 统一标识 -
TYPE
org.jooq.TableField<SResourceRecord,String> TYPE
The columnDB_ETERNAL.S_RESOURCE.TYPE. 「type」- 资源分类 -
UPDATED_AT
org.jooq.TableField<SResourceRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.S_RESOURCE.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<SResourceRecord,String> UPDATED_BY
The columnDB_ETERNAL.S_RESOURCE.UPDATED_BY. 「updatedBy」- 更新人 -
VIRTUAL
org.jooq.TableField<SResourceRecord,Boolean> VIRTUAL
The columnDB_ETERNAL.S_RESOURCE.VIRTUAL. 「virtual」- 虚拟资源
-
-
Class cn.vertxup.rbac.domain.tables.SRole extends org.jooq.impl.TableImpl<SRoleRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<SRoleRecord,Boolean> ACTIVE
The columnDB_ETERNAL.S_ROLE.ACTIVE. 「active」- 是否启用 -
CATEGORY
org.jooq.TableField<SRoleRecord,String> CATEGORY
The columnDB_ETERNAL.S_ROLE.CATEGORY. 「category」- 组类型 -
CODE
org.jooq.TableField<SRoleRecord,String> CODE
The columnDB_ETERNAL.S_ROLE.CODE. 「code」- 角色系统名 -
COMMENT
org.jooq.TableField<SRoleRecord,String> COMMENT
The columnDB_ETERNAL.S_ROLE.COMMENT. 「comment」- 角色备注信息 -
CREATED_AT
org.jooq.TableField<SRoleRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.S_ROLE.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<SRoleRecord,String> CREATED_BY
The columnDB_ETERNAL.S_ROLE.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<SRoleRecord,String> KEY
The columnDB_ETERNAL.S_ROLE.KEY. 「key」- 角色ID -
LANGUAGE
org.jooq.TableField<SRoleRecord,String> LANGUAGE
The columnDB_ETERNAL.S_ROLE.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<SRoleRecord,String> METADATA
The columnDB_ETERNAL.S_ROLE.METADATA. 「metadata」- 附加配置数据 -
MODEL_ID
org.jooq.TableField<SRoleRecord,String> MODEL_ID
The columnDB_ETERNAL.S_ROLE.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述 -
MODEL_KEY
org.jooq.TableField<SRoleRecord,String> MODEL_KEY
The columnDB_ETERNAL.S_ROLE.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录 -
NAME
org.jooq.TableField<SRoleRecord,String> NAME
The columnDB_ETERNAL.S_ROLE.NAME. 「name」- 角色名称 -
POWER
org.jooq.TableField<SRoleRecord,Boolean> POWER
The columnDB_ETERNAL.S_ROLE.POWER. 「power」- 是否具有定制权限? -
SIGMA
org.jooq.TableField<SRoleRecord,String> SIGMA
The columnDB_ETERNAL.S_ROLE.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<SRoleRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.S_ROLE.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<SRoleRecord,String> UPDATED_BY
The columnDB_ETERNAL.S_ROLE.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.rbac.domain.tables.SUser extends org.jooq.impl.TableImpl<SUserRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<SUserRecord,Boolean> ACTIVE
The columnDB_ETERNAL.S_USER.ACTIVE. 「active」- 是否启用 -
ALIAS
org.jooq.TableField<SUserRecord,String> ALIAS
The columnDB_ETERNAL.S_USER.ALIAS. 「alias」- 用户昵称 -
CATEGORY
org.jooq.TableField<SUserRecord,String> CATEGORY
The columnDB_ETERNAL.S_USER.CATEGORY. 「category」- 用户分类 -
CREATED_AT
org.jooq.TableField<SUserRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.S_USER.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<SUserRecord,String> CREATED_BY
The columnDB_ETERNAL.S_USER.CREATED_BY. 「createdBy」- 创建人 -
EMAIL
org.jooq.TableField<SUserRecord,String> EMAIL
The columnDB_ETERNAL.S_USER.EMAIL. 「email」- 用户登录EMAIL地址 -
KEY
org.jooq.TableField<SUserRecord,String> KEY
The columnDB_ETERNAL.S_USER.KEY. 「key」- 用户ID -
LANGUAGE
org.jooq.TableField<SUserRecord,String> LANGUAGE
The columnDB_ETERNAL.S_USER.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<SUserRecord,String> METADATA
The columnDB_ETERNAL.S_USER.METADATA. 「metadata」- 附加配置数据 -
MOBILE
org.jooq.TableField<SUserRecord,String> MOBILE
The columnDB_ETERNAL.S_USER.MOBILE. 「mobile」- 用户登录手机 -
MODEL_ID
org.jooq.TableField<SUserRecord,String> MODEL_ID
The columnDB_ETERNAL.S_USER.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述 -
MODEL_KEY
org.jooq.TableField<SUserRecord,String> MODEL_KEY
The columnDB_ETERNAL.S_USER.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录 -
PASSWORD
org.jooq.TableField<SUserRecord,String> PASSWORD
The columnDB_ETERNAL.S_USER.PASSWORD. 「password」- 用户登录密码 -
REALNAME
org.jooq.TableField<SUserRecord,String> REALNAME
The columnDB_ETERNAL.S_USER.REALNAME. 「realname」- 用户真实姓名 -
SIGMA
org.jooq.TableField<SUserRecord,String> SIGMA
The columnDB_ETERNAL.S_USER.SIGMA. 「sigma」- 用户绑定的统一标识 -
UPDATED_AT
org.jooq.TableField<SUserRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.S_USER.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<SUserRecord,String> UPDATED_BY
The columnDB_ETERNAL.S_USER.UPDATED_BY. 「updatedBy」- 更新人 -
USERNAME
org.jooq.TableField<SUserRecord,String> USERNAME
The columnDB_ETERNAL.S_USER.USERNAME. 「username」- 用户登录账号
-
-
Class cn.vertxup.rbac.domain.tables.SView extends org.jooq.impl.TableImpl<SViewRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<SViewRecord,Boolean> ACTIVE
The columnDB_ETERNAL.S_VIEW.ACTIVE. 「active」- 是否启用 -
CREATED_AT
org.jooq.TableField<SViewRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.S_VIEW.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<SViewRecord,String> CREATED_BY
The columnDB_ETERNAL.S_VIEW.CREATED_BY. 「createdBy」- 创建人 -
CRITERIA
org.jooq.TableField<SViewRecord,String> CRITERIA
The columnDB_ETERNAL.S_VIEW.CRITERIA. 「criteria」- 该资源的行查询(单用户处理) -
KEY
org.jooq.TableField<SViewRecord,String> KEY
The columnDB_ETERNAL.S_VIEW.KEY. 「key」- 限定记录ID -
LANGUAGE
org.jooq.TableField<SViewRecord,String> LANGUAGE
The columnDB_ETERNAL.S_VIEW.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<SViewRecord,String> METADATA
The columnDB_ETERNAL.S_VIEW.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<SViewRecord,String> NAME
The columnDB_ETERNAL.S_VIEW.NAME. 「name」- 视图名称,每个 MATRIX 对应一个视图 -
OWNER
org.jooq.TableField<SViewRecord,String> OWNER
The columnDB_ETERNAL.S_VIEW.OWNER. 「owner」- 用户 / 角色ID -
OWNER_TYPE
org.jooq.TableField<SViewRecord,String> OWNER_TYPE
The columnDB_ETERNAL.S_VIEW.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户 -
POSITION
org.jooq.TableField<SViewRecord,String> POSITION
The columnDB_ETERNAL.S_VIEW.POSITION. 「position」- 当前视图的模块位置,比页面低一个维度 -
PROJECTION
org.jooq.TableField<SViewRecord,String> PROJECTION
The columnDB_ETERNAL.S_VIEW.PROJECTION. 「projection」- 该资源的列定义(单用户处理) -
RESOURCE_ID
org.jooq.TableField<SViewRecord,String> RESOURCE_ID
The columnDB_ETERNAL.S_VIEW.RESOURCE_ID. 「resourceId」- 关联资源ID -
ROWS
org.jooq.TableField<SViewRecord,String> ROWS
The columnDB_ETERNAL.S_VIEW.ROWS. 「rows」- 该资源针对保存的行进行过滤 -
SIGMA
org.jooq.TableField<SViewRecord,String> SIGMA
The columnDB_ETERNAL.S_VIEW.SIGMA. 「sigma」- 用户组绑定的统一标识 -
TITLE
org.jooq.TableField<SViewRecord,String> TITLE
The columnDB_ETERNAL.S_VIEW.TITLE. 「title」- 视图标题,用户输入,可选择 -
UPDATED_AT
org.jooq.TableField<SViewRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.S_VIEW.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<SViewRecord,String> UPDATED_BY
The columnDB_ETERNAL.S_VIEW.UPDATED_BY. 「updatedBy」- 更新人 -
VISITANT
org.jooq.TableField<SViewRecord,Boolean> VISITANT
The columnDB_ETERNAL.S_VIEW.VISITANT. 「visitant」- 是否包含了视图访问者
-
-
Class cn.vertxup.rbac.domain.tables.SVisitant extends org.jooq.impl.TableImpl<SVisitantRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACL_VARIETY
org.jooq.TableField<SVisitantRecord,String> ACL_VARIETY
The columnDB_ETERNAL.S_VISITANT.ACL_VARIETY. 「aclVariety」- 多样性的属性集,用于控制集合类型的属性 -
ACL_VERGE
org.jooq.TableField<SVisitantRecord,String> ACL_VERGE
The columnDB_ETERNAL.S_VISITANT.ACL_VERGE. 「aclVerge」- 依赖属性集 -
ACL_VIEW
org.jooq.TableField<SVisitantRecord,String> ACL_VIEW
The columnDB_ETERNAL.S_VISITANT.ACL_VIEW. 「aclView」- 只读的属性集 -
ACL_VISIBLE
org.jooq.TableField<SVisitantRecord,String> ACL_VISIBLE
The columnDB_ETERNAL.S_VISITANT.ACL_VISIBLE. 「aclVisible」- 可见的属性集 -
ACL_VOW
org.jooq.TableField<SVisitantRecord,String> ACL_VOW
The columnDB_ETERNAL.S_VISITANT.ACL_VOW. 「aclVow」- 引用类属性集 -
ACTIVE
org.jooq.TableField<SVisitantRecord,Boolean> ACTIVE
The columnDB_ETERNAL.S_VISITANT.ACTIVE. 「active」- 是否启用 -
CONFIG_KEY
org.jooq.TableField<SVisitantRecord,String> CONFIG_KEY
The columnDB_ETERNAL.S_VISITANT.CONFIG_KEY. 「configKey」- 模型下记录对应的ID,一般是配置的ID -
CREATED_AT
org.jooq.TableField<SVisitantRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.S_VISITANT.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<SVisitantRecord,String> CREATED_BY
The columnDB_ETERNAL.S_VISITANT.CREATED_BY. 「createdBy」- 创建人 -
IDENTIFIER
org.jooq.TableField<SVisitantRecord,String> IDENTIFIER
The columnDB_ETERNAL.S_VISITANT.IDENTIFIER. 「identifier」- 动态类型中的模型ID -
KEY
org.jooq.TableField<SVisitantRecord,String> KEY
The columnDB_ETERNAL.S_VISITANT.KEY. 「key」- 限定记录ID -
LANGUAGE
org.jooq.TableField<SVisitantRecord,String> LANGUAGE
The columnDB_ETERNAL.S_VISITANT.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<SVisitantRecord,String> METADATA
The columnDB_ETERNAL.S_VISITANT.METADATA. 「metadata」- 附加配置数据 -
PHASE
org.jooq.TableField<SVisitantRecord,String> PHASE
The columnDB_ETERNAL.S_VISITANT.PHASE. 「phase」- 作用周期 -
SIGMA
org.jooq.TableField<SVisitantRecord,String> SIGMA
The columnDB_ETERNAL.S_VISITANT.SIGMA. 「sigma」- 用户组绑定的统一标识 -
TYPE
org.jooq.TableField<SVisitantRecord,String> TYPE
The columnDB_ETERNAL.S_VISITANT.TYPE. 「type」- 访问者类型 -
UPDATED_AT
org.jooq.TableField<SVisitantRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.S_VISITANT.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<SVisitantRecord,String> UPDATED_BY
The columnDB_ETERNAL.S_VISITANT.UPDATED_BY. 「updatedBy」- 更新人 -
VIEW_ID
org.jooq.TableField<SVisitantRecord,String> VIEW_ID
The columnDB_ETERNAL.S_VISITANT.VIEW_ID. 「viewId」- 视图访问者的读ID
-
-
-
Package cn.vertxup.rbac.domain.tables.interfaces
-
Package cn.vertxup.rbac.domain.tables.pojos
-
Class cn.vertxup.rbac.domain.tables.pojos.OAccessToken extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.pojos.OUser extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.pojos.RGroupRole extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.pojos.RRolePerm extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.pojos.RUserGroup extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.pojos.RUserRole extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.pojos.SAction extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
level
Integer level
-
metadata
String metadata
-
method
String method
-
name
String name
-
permissionId
String permissionId
-
renewalCredit
String renewalCredit
-
resourceId
String resourceId
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
uri
String uri
-
-
Class cn.vertxup.rbac.domain.tables.pojos.SGroup extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
category
String category
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
metadata
String metadata
-
modelId
String modelId
-
modelKey
String modelKey
-
name
String name
-
parentId
String parentId
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.rbac.domain.tables.pojos.SPacket extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
colConfig
String colConfig
-
colType
String colType
-
condConfig
String condConfig
-
condTpl
String condTpl
-
condTplMapping
String condTplMapping
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
metadata
String metadata
-
pathId
String pathId
-
resourceId
String resourceId
-
rowField
String rowField
-
rowTpl
String rowTpl
-
rowTplMapping
String rowTplMapping
-
rowType
String rowType
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.rbac.domain.tables.pojos.SPath extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
groupComponent
String groupComponent
-
groupCondition
String groupCondition
-
groupConfig
String groupConfig
-
groupMapping
String groupMapping
-
groupType
String groupType
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
sigma
String sigma
-
uiComponent
String uiComponent
-
uiCondition
String uiCondition
-
uiConfig
String uiConfig
-
uiType
String uiType
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.rbac.domain.tables.pojos.SPermission extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
identifier
String identifier
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.rbac.domain.tables.pojos.SPermSet extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
sigma
String sigma
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.rbac.domain.tables.pojos.SResource extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
category
String category
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
identifier
String identifier
-
key
String key
-
language
String language
-
level
Integer level
-
metadata
String metadata
-
modeGroup
String modeGroup
-
modeRole
String modeRole
-
modeTree
String modeTree
-
name
String name
-
seekComponent
String seekComponent
-
seekConfig
String seekConfig
-
seekSyntax
String seekSyntax
-
sigma
String sigma
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
virtual
Boolean virtual
-
-
Class cn.vertxup.rbac.domain.tables.pojos.SRole extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
category
String category
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
metadata
String metadata
-
modelId
String modelId
-
modelKey
String modelKey
-
name
String name
-
power
Boolean power
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.rbac.domain.tables.pojos.SUser extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
alias
String alias
-
category
String category
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
email
String email
-
key
String key
-
language
String language
-
metadata
String metadata
-
mobile
String mobile
-
modelId
String modelId
-
modelKey
String modelKey
-
password
String password
-
realname
String realname
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
username
String username
-
-
Class cn.vertxup.rbac.domain.tables.pojos.SView extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
criteria
String criteria
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
owner
String owner
-
ownerType
String ownerType
-
position
String position
-
projection
String projection
-
resourceId
String resourceId
-
rows
String rows
-
sigma
String sigma
-
title
String title
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
visitant
Boolean visitant
-
-
Class cn.vertxup.rbac.domain.tables.pojos.SVisitant extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
aclVariety
String aclVariety
-
aclVerge
String aclVerge
-
aclView
String aclView
-
aclVisible
String aclVisible
-
aclVow
String aclVow
-
active
Boolean active
-
configKey
String configKey
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
identifier
String identifier
-
key
String key
-
language
String language
-
metadata
String metadata
-
phase
String phase
-
sigma
String sigma
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
viewId
String viewId
-
-
-
Package cn.vertxup.rbac.domain.tables.records
-
Class cn.vertxup.rbac.domain.tables.records.OAccessTokenRecord extends org.jooq.impl.UpdatableRecordImpl<OAccessTokenRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.OUserRecord extends org.jooq.impl.UpdatableRecordImpl<OUserRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.RGroupRoleRecord extends org.jooq.impl.UpdatableRecordImpl<RGroupRoleRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.RRolePermRecord extends org.jooq.impl.UpdatableRecordImpl<RRolePermRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.RUserGroupRecord extends org.jooq.impl.UpdatableRecordImpl<RUserGroupRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.RUserRoleRecord extends org.jooq.impl.UpdatableRecordImpl<RUserRoleRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SActionRecord extends org.jooq.impl.UpdatableRecordImpl<SActionRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SGroupRecord extends org.jooq.impl.UpdatableRecordImpl<SGroupRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SPacketRecord extends org.jooq.impl.UpdatableRecordImpl<SPacketRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SPathRecord extends org.jooq.impl.UpdatableRecordImpl<SPathRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SPermissionRecord extends org.jooq.impl.UpdatableRecordImpl<SPermissionRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SPermSetRecord extends org.jooq.impl.UpdatableRecordImpl<SPermSetRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SResourceRecord extends org.jooq.impl.UpdatableRecordImpl<SResourceRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SRoleRecord extends org.jooq.impl.UpdatableRecordImpl<SRoleRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SUserRecord extends org.jooq.impl.UpdatableRecordImpl<SUserRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SViewRecord extends org.jooq.impl.UpdatableRecordImpl<SViewRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SVisitantRecord extends org.jooq.impl.UpdatableRecordImpl<SVisitantRecord> implements Serializable
- serialVersionUID:
- 1L
-
-
Package io.vertx.tp.error
-
Class io.vertx.tp.error._401CodeExpiredException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._401CodeGenerationException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._401CodeWrongException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._401ImageCodeWrongException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._401MaximumTimesException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._401PasswordWrongException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._401TokenCounterException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._401TokenExpiredException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._401TokenInvalidException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._401UnauthorizedException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._403ActionDinnedException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._403NoPermissionException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._403PermissionLimitException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._403ProfileConflictException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._403TokenGenerationException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._404ActionMissingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._404ConnectMissingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._404ExcelFileNullException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._404ResourceMissingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._409JoinTargetException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._409SessionConflictException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._409SessionVersionException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._412IndentParsingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._412IndentUnknownException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._423UserDisabledException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._449UserNotFoundException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500DwarfInstanceNullException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500ExportingErrorException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501ChannelNotImplementException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501JooqReferenceException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error.DataSourceException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.EventCodexMultiException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.PluginOptionException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.PluginSpecificationException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.PluginUpException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.RpcPreparingException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallDuplicatedException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallItemSizeException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallKeyMissingException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallMethodMultiException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallProviderConflictException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallTypeWrongException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.XtorConnectException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.XtorExecuteException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.XtorNotReadyException extends io.vertx.up.exception.UpException implements Serializable
-
-
Package io.vertx.tp.optic
-
Package io.vertx.tp.rbac.atom
-
Class io.vertx.tp.rbac.atom.ScCondition extends Object implements Serializable
-
Serialized Fields
-
action
io.vertx.core.json.JsonArray action
-
group
io.vertx.core.json.JsonArray group
-
permission
io.vertx.core.json.JsonArray permission
-
resource
io.vertx.core.json.JsonArray resource
-
role
io.vertx.core.json.JsonArray role
-
user
io.vertx.core.json.JsonArray user
-
-
-
Class io.vertx.tp.rbac.atom.ScConfig extends Object implements Serializable
-
Serialized Fields
-
codeExpired
Integer codeExpired
-
codeLength
Integer codeLength
-
condition
ScCondition condition
-
passwordInit
String passwordInit
-
poolCode
String poolCode
-
poolLimitation
String poolLimitation
-
poolPermission
String poolPermission
-
poolResource
String poolResource
-
poolToken
String poolToken
-
poolVerify
String poolVerify
-
supportGroup
Boolean supportGroup
-
supportMultiApp
Boolean supportMultiApp
-
supportSecondary
Boolean supportSecondary
-
tokenExpired
Long tokenExpired
-
verifyCode
Boolean verifyCode
-
verifyDuration
Integer verifyDuration
-
verifyLimitation
Integer verifyLimitation
-
-
-
-
Package io.vertx.tp.rbac.atom.acl
-
Class io.vertx.tp.rbac.atom.acl.AbstractAcl extends Object implements Serializable
-
Serialized Fields
-
depend
boolean depend
-
field
String field
-
readOnly
boolean readOnly
-
-
-
Class io.vertx.tp.rbac.atom.acl.AclData extends Object implements Serializable
-
Serialized Fields
-
commonMap
ConcurrentMap<String,io.vertx.up.commune.secure.AclView> commonMap
-
complexMap
ConcurrentMap<AclType,ConcurrentMap<String,io.vertx.up.commune.secure.AclView>> complexMap
-
complexType
ConcurrentMap<String,AclType> complexType
-
config
io.vertx.core.json.JsonObject config
-
dependMap
ConcurrentMap<String,io.vertx.core.json.JsonObject> dependMap
-
fields
Set<String> fields
-
phase
AclPhase phase
-
-
-
Class io.vertx.tp.rbac.atom.acl.AclItem extends AbstractAcl implements Serializable
-
Serialized Fields
-
access
boolean access
-
-
-
Class io.vertx.tp.rbac.atom.acl.AclMap extends AbstractAcl implements Serializable
-
Serialized Fields
-
map
ConcurrentMap<String,io.vertx.up.commune.secure.AclView> map
-
-
-
-
Package io.vertx.tp.rbac.logged
-
Class io.vertx.tp.rbac.logged.ProfileGroup extends Object implements Serializable
-
Class io.vertx.tp.rbac.logged.ProfileRole extends Object implements Serializable
-
Class io.vertx.tp.rbac.logged.ProfileType extends Object implements Serializable
-