Serialized Form
-
Package cn.vertxup.rbac.domain
-
Class cn.vertxup.rbac.domain.Db
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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」- 是否启用 -
CODE
org.jooq.TableField<SPacketRecord,
String> CODE The columnDB_ETERNAL.S_PACKET.CODE. 「code」- 关联的 PATH 表对应的 code -
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」- 创建人 -
H_CONFIG
org.jooq.TableField<SPacketRecord,
String> H_CONFIG The columnDB_ETERNAL.S_PACKET.H_CONFIG. 「hConfig」- 字段附加配置 -
H_MAPPING
org.jooq.TableField<SPacketRecord,
String> H_MAPPING The columnDB_ETERNAL.S_PACKET.H_MAPPING. 「hMapping」- 字段映射关系,存在转换时必须 -
H_TYPE
org.jooq.TableField<SPacketRecord,
String> H_TYPE The columnDB_ETERNAL.S_PACKET.H_TYPE. 「hType」- 行过滤类型 -
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」- 附加配置数据 -
Q_CONFIG
org.jooq.TableField<SPacketRecord,
String> Q_CONFIG The columnDB_ETERNAL.S_PACKET.Q_CONFIG. 「qConfig」- 条件配置(界面配置相关) -
Q_MAPPING
org.jooq.TableField<SPacketRecord,
String> Q_MAPPING The columnDB_ETERNAL.S_PACKET.Q_MAPPING. 「qMapping」- 查询条件映射关系 -
Q_TYPE
org.jooq.TableField<SPacketRecord,
String> Q_TYPE The columnDB_ETERNAL.S_PACKET.Q_TYPE. 「qType」- 条件模板 -
RESOURCE
org.jooq.TableField<SPacketRecord,
String> RESOURCE The columnDB_ETERNAL.S_PACKET.RESOURCE. 「resource」- 关联的资源表对应的 code -
RUN_COMPONENT
org.jooq.TableField<SPacketRecord,
String> RUN_COMPONENT The columnDB_ETERNAL.S_PACKET.RUN_COMPONENT. 「runComponent」- 自定义模式下的组件 -
RUN_CONFIG
org.jooq.TableField<SPacketRecord,
String> RUN_CONFIG The columnDB_ETERNAL.S_PACKET.RUN_CONFIG. 「runConfig」- 运行专用配置 -
SEEK_CONFIG
org.jooq.TableField<SPacketRecord,
String> SEEK_CONFIG The columnDB_ETERNAL.S_PACKET.SEEK_CONFIG. 「seekConfig」- 访问者配置 -
SEEK_SYNTAX
org.jooq.TableField<SPacketRecord,
String> SEEK_SYNTAX The columnDB_ETERNAL.S_PACKET.SEEK_SYNTAX. 「seekSyntax」- 访问者语法 -
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」- 更新人 -
V_CONFIG
org.jooq.TableField<SPacketRecord,
String> V_CONFIG The columnDB_ETERNAL.S_PACKET.V_CONFIG. 「vConfig」- 列配置 -
V_MAPPING
org.jooq.TableField<SPacketRecord,
String> V_MAPPING The columnDB_ETERNAL.S_PACKET.V_MAPPING. 「vMapping」- 列字段映射关系,存在转换时必须 -
V_TYPE
org.jooq.TableField<SPacketRecord,
String> V_TYPE The columnDB_ETERNAL.S_PACKET.V_TYPE. 「vType」- 列过滤类型
-
-
Class cn.vertxup.rbac.domain.tables.SPath
class 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」- 创建人 -
DM_COMPONENT
org.jooq.TableField<SPathRecord,
String> DM_COMPONENT The columnDB_ETERNAL.S_PATH.DM_COMPONENT. 「dmComponent」- 必须绑定组专用Dao组件 -
DM_CONDITION
org.jooq.TableField<SPathRecord,
String> DM_CONDITION The columnDB_ETERNAL.S_PATH.DM_CONDITION. 「dmCondition」- 分组条件 -
DM_CONFIG
org.jooq.TableField<SPathRecord,
String> DM_CONFIG The columnDB_ETERNAL.S_PATH.DM_CONFIG. 「dmConfig」- 组配置信息,配置呈现部分 -
DM_TYPE
org.jooq.TableField<SPathRecord,
String> DM_TYPE The columnDB_ETERNAL.S_PATH.DM_TYPE. 「dmType」- 分组类型 -
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」- 使用的语言 -
MAPPING
org.jooq.TableField<SPathRecord,
String> MAPPING The columnDB_ETERNAL.S_PATH.MAPPING. 「mapping」- 从 dm -> ui 转换 -
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」- 规则名称 -
PARENT_ID
org.jooq.TableField<SPathRecord,
String> PARENT_ID The columnDB_ETERNAL.S_PATH.PARENT_ID. 「parentId」- 区域模式下的父ID,系统内部读取 -
PHASE
org.jooq.TableField<SPathRecord,
String> PHASE The columnDB_ETERNAL.S_PATH.PHASE. 「phase」- UI读取数据的操作周期 -
RUN_COMPONENT
org.jooq.TableField<SPathRecord,
String> RUN_COMPONENT The columnDB_ETERNAL.S_PATH.RUN_COMPONENT. 「runComponent」- HValve执行组件,组件内置处理 dm / ui 两部分内容 -
RUN_TYPE
org.jooq.TableField<SPathRecord,
String> RUN_TYPE The columnDB_ETERNAL.S_PATH.RUN_TYPE. 「runType」- 视图管理类型(查询用) -
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」- 特殊组件 -
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_SORT
org.jooq.TableField<SPathRecord,
Integer> UI_SORT The columnDB_ETERNAL.S_PATH.UI_SORT. 「sort」- 该板块的排序(前端) -
UI_SURFACE
org.jooq.TableField<SPathRecord,
String> UI_SURFACE The columnDB_ETERNAL.S_PATH.UI_SURFACE. 「uiSurface」- 界面呈现模式,已经被降维之后(列表、树、其他等相关配置) -
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
class 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
class 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
class 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
class 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
class 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
class 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
class 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」- 是否启用 -
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」- 创建人 -
DM_COLUMN
org.jooq.TableField<SVisitantRecord,
String> DM_COLUMN The columnDB_ETERNAL.S_VISITANT.DM_COLUMN. 「dmColumn」对应视图中的 Projection -
DM_QR
org.jooq.TableField<SVisitantRecord,
String> DM_QR The columnDB_ETERNAL.S_VISITANT.DM_QR. 「dmQr」对应视图中的 Criteria -
DM_ROW
org.jooq.TableField<SVisitantRecord,
String> DM_ROW The columnDB_ETERNAL.S_VISITANT.DM_ROW. 「dmRow」对应视图中 Rows -
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」- 附加配置数据 -
MODE
org.jooq.TableField<SVisitantRecord,
String> MODE The columnDB_ETERNAL.S_VISITANT.MODE. 「mode」- 模式,资源访问者继承于资源,可`替换/扩展`两种模式 -
PHASE
org.jooq.TableField<SVisitantRecord,
String> PHASE The columnDB_ETERNAL.S_VISITANT.PHASE. 「phase」- 作用周期 -
SEEK_KEY
org.jooq.TableField<SVisitantRecord,
String> SEEK_KEY The columnDB_ETERNAL.S_VISITANT.SEEK_KEY. 「seekKey」- 资源检索的唯一键 -
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
class OAccessToken extends Object implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.pojos.OUser
class OUser extends Object implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.pojos.RGroupRole
class RGroupRole extends Object implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.pojos.RRolePerm
class RRolePerm extends Object implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.pojos.RUserGroup
class RUserGroup extends Object implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.pojos.RUserRole
class RUserRole extends Object implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.pojos.SAction
class 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
class 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
class SPacket extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
hConfig
String hConfig
-
hMapping
String hMapping
-
hType
String hType
-
key
String key
-
language
String language
-
metadata
String metadata
-
qConfig
String qConfig
-
qMapping
String qMapping
-
qType
String qType
-
resource
String resource
-
runComponent
String runComponent
-
runConfig
String runConfig
-
seekConfig
String seekConfig
-
seekSyntax
String seekSyntax
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
vConfig
String vConfig
-
vMapping
String vMapping
-
vType
String vType
-
-
Class cn.vertxup.rbac.domain.tables.pojos.SPath
class SPath extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
dmComponent
String dmComponent
-
dmCondition
String dmCondition
-
dmConfig
String dmConfig
-
dmType
String dmType
-
key
String key
-
language
String language
-
mapping
String mapping
-
metadata
String metadata
-
name
String name
-
parentId
String parentId
-
phase
String phase
-
runComponent
String runComponent
-
runType
String runType
-
sigma
String sigma
-
uiComponent
String uiComponent
-
uiCondition
String uiCondition
-
uiConfig
String uiConfig
-
uiSort
Integer uiSort
-
uiSurface
String uiSurface
-
uiType
String uiType
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.rbac.domain.tables.pojos.SPermission
class 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
class 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
class 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
class 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
class 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
class 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
class 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
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
dmColumn
String dmColumn
-
dmQr
String dmQr
-
dmRow
String dmRow
-
identifier
String identifier
-
key
String key
-
language
String language
-
metadata
String metadata
-
mode
String mode
-
phase
String phase
-
seekKey
String seekKey
-
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
class OAccessTokenRecord extends org.jooq.impl.UpdatableRecordImpl<OAccessTokenRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.OUserRecord
class OUserRecord extends org.jooq.impl.UpdatableRecordImpl<OUserRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.RGroupRoleRecord
class RGroupRoleRecord extends org.jooq.impl.UpdatableRecordImpl<RGroupRoleRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.RRolePermRecord
class RRolePermRecord extends org.jooq.impl.UpdatableRecordImpl<RRolePermRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.RUserGroupRecord
class RUserGroupRecord extends org.jooq.impl.UpdatableRecordImpl<RUserGroupRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.RUserRoleRecord
class RUserRoleRecord extends org.jooq.impl.UpdatableRecordImpl<RUserRoleRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SActionRecord
class SActionRecord extends org.jooq.impl.UpdatableRecordImpl<SActionRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SGroupRecord
class SGroupRecord extends org.jooq.impl.UpdatableRecordImpl<SGroupRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SPacketRecord
class SPacketRecord extends org.jooq.impl.UpdatableRecordImpl<SPacketRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SPathRecord
class SPathRecord extends org.jooq.impl.UpdatableRecordImpl<SPathRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SPermissionRecord
class SPermissionRecord extends org.jooq.impl.UpdatableRecordImpl<SPermissionRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SPermSetRecord
class SPermSetRecord extends org.jooq.impl.UpdatableRecordImpl<SPermSetRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SResourceRecord
class SResourceRecord extends org.jooq.impl.UpdatableRecordImpl<SResourceRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SRoleRecord
class SRoleRecord extends org.jooq.impl.UpdatableRecordImpl<SRoleRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SUserRecord
class SUserRecord extends org.jooq.impl.UpdatableRecordImpl<SUserRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SViewRecord
class SViewRecord extends org.jooq.impl.UpdatableRecordImpl<SViewRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.rbac.domain.tables.records.SVisitantRecord
class SVisitantRecord extends org.jooq.impl.UpdatableRecordImpl<SVisitantRecord> implements Serializable- serialVersionUID:
- 1L
-
-
Package io.vertx.tp.error
-
Exception io.vertx.tp.error._400FileNameInValidException
class _400FileNameInValidException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._401CodeExpiredException
class _401CodeExpiredException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._401CodeGenerationException
class _401CodeGenerationException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._401CodeWrongException
class _401CodeWrongException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._401ImageCodeWrongException
class _401ImageCodeWrongException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._401MaximumTimesException
class _401MaximumTimesException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._401PasswordWrongException
class _401PasswordWrongException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._401TokenCounterException
class _401TokenCounterException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._401TokenExpiredException
class _401TokenExpiredException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._401TokenInvalidException
class _401TokenInvalidException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._403ActionDinnedException
class _403ActionDinnedException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._403NoPermissionException
class _403NoPermissionException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._403PermissionLimitException
class _403PermissionLimitException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._403ProfileConflictException
class _403ProfileConflictException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._403TokenGenerationException
class _403TokenGenerationException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._404ActionMissingException
class _404ActionMissingException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._404AdmitCompilerNullException
class _404AdmitCompilerNullException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._404AdmitDaoNullException
class _404AdmitDaoNullException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._404ConnectMissingException
class _404ConnectMissingException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._404ExcelFileNullException
class _404ExcelFileNullException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._404ResourceMissingException
class _404ResourceMissingException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._409SessionConflictException
class _409SessionConflictException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._409SessionVersionException
class _409SessionVersionException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._423UserDisabledException
class _423UserDisabledException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._449UserNotFoundException
class _449UserNotFoundException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._500DwarfInstanceNullException
class _500DwarfInstanceNullException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._500ExportingErrorException
class _500ExportingErrorException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._501ChannelNotImplementException
class _501ChannelNotImplementException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error.DataSourceException
class DataSourceException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.EventCodexMultiException
class EventCodexMultiException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.PluginOptionException
class PluginOptionException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.PluginSpecificationException
class PluginSpecificationException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.PluginUpException
class PluginUpException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.RpcPreparingException
class RpcPreparingException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallDuplicatedException
class WallDuplicatedException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallItemSizeException
class WallItemSizeException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallKeyMissingException
class WallKeyMissingException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallMethodMultiException
class WallMethodMultiException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallProviderConflictException
class WallProviderConflictException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallTypeWrongException
class WallTypeWrongException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.XtorConnectException
class XtorConnectException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.XtorExecuteException
class XtorExecuteException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.XtorNotReadyException
class XtorNotReadyException extends io.horizon.exception.BootingException implements Serializable
-
-
Package io.vertx.tp.rbac.atom
-
Class io.vertx.tp.rbac.atom.ScCondition
class 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
class ScConfig extends Object implements Serializable-
Serialized Fields
-
category
io.vertx.core.json.JsonObject category
-
codeExpired
Integer codeExpired
-
codeLength
Integer codeLength
-
condition
ScCondition condition
-
initialize
io.vertx.core.json.JsonObject initialize
-
initializePassword
String initializePassword
-
poolAdmit
String poolAdmit
-
poolCode
String poolCode
-
poolLimitation
String poolLimitation
-
poolPermission
String poolPermission
-
poolResource
String poolResource
-
poolToken
String poolToken
-
poolVerify
String poolVerify
-
supportGroup
Boolean supportGroup
-
supportIntegration
Boolean supportIntegration
-
supportMultiApp
Boolean supportMultiApp
-
supportSecondary
Boolean supportSecondary
-
tokenExpired
Long tokenExpired
-
verifyCode
Boolean verifyCode
-
verifyDuration
Integer verifyDuration
-
verifyLimitation
Integer verifyLimitation
-
-
-
Class io.vertx.tp.rbac.atom.ScOwner
class ScOwner extends Object implements Serializable
-
-
Package io.vertx.tp.rbac.atom.acl
-
Class io.vertx.tp.rbac.atom.acl.AbstractAcl
class AbstractAcl extends Object implements Serializable-
Serialized Fields
-
depend
boolean depend
-
field
String field
-
readOnly
boolean readOnly
-
-
-
Class io.vertx.tp.rbac.atom.acl.AclData
class AclData extends Object implements Serializable-
Serialized Fields
-
commonMap
ConcurrentMap<String,
io.horizon.specification.meta.secure.AclView> commonMap -
complexMap
ConcurrentMap<AclType,
ConcurrentMap<String, io.horizon.specification.meta.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
io.horizon.eon.em.secure.ActPhase phase
-
-
-
Class io.vertx.tp.rbac.atom.acl.AclItem
class AclItem extends AbstractAcl implements Serializable-
Serialized Fields
-
access
boolean access
-
-
-
Class io.vertx.tp.rbac.atom.acl.AclMap
class AclMap extends AbstractAcl implements Serializable-
Serialized Fields
-
map
ConcurrentMap<String,
io.horizon.specification.meta.secure.AclView> map
-
-
-
-
Package io.vertx.tp.rbac.logged
-
Class io.vertx.tp.rbac.logged.ProfileGroup
class ProfileGroup extends Object implements Serializable -
Class io.vertx.tp.rbac.logged.ProfileRole
class ProfileRole extends Object implements Serializable -
Class io.vertx.tp.rbac.logged.ProfileType
class ProfileType extends Object implements Serializable
-