Package cn.vertxup.rbac.domain
Class Tables
- java.lang.Object
-
- cn.vertxup.rbac.domain.Tables
-
public class Tables extends Object
Convenience access to all tables in DB_ETERNAL.
-
-
Field Summary
Fields Modifier and Type Field Description static OAccessTokenO_ACCESS_TOKENThe tableDB_ETERNAL.O_ACCESS_TOKEN.static OUserO_USERThe tableDB_ETERNAL.O_USER.static RGroupRoleR_GROUP_ROLEThe tableDB_ETERNAL.R_GROUP_ROLE.static RRolePermR_ROLE_PERMThe tableDB_ETERNAL.R_ROLE_PERM.static RUserGroupR_USER_GROUPThe tableDB_ETERNAL.R_USER_GROUP.static RUserRoleR_USER_ROLEThe tableDB_ETERNAL.R_USER_ROLE.static SActionS_ACTIONThe tableDB_ETERNAL.S_ACTION.static SGroupS_GROUPThe tableDB_ETERNAL.S_GROUP.static SPacketS_PACKETThe tableDB_ETERNAL.S_PACKET.static SPathS_PATHThe tableDB_ETERNAL.S_PATH.static SPermSetS_PERM_SETThe tableDB_ETERNAL.S_PERM_SET.static SPermissionS_PERMISSIONThe tableDB_ETERNAL.S_PERMISSION.static SResourceS_RESOURCEThe tableDB_ETERNAL.S_RESOURCE.static SRoleS_ROLEThe tableDB_ETERNAL.S_ROLE.static SUserS_USERThe tableDB_ETERNAL.S_USER.static SViewS_VIEWThe tableDB_ETERNAL.S_VIEW.static SVisitantS_VISITANTThe tableDB_ETERNAL.S_VISITANT.
-
Constructor Summary
Constructors Constructor Description Tables()
-
-
-
Field Detail
-
O_ACCESS_TOKEN
public static final OAccessToken O_ACCESS_TOKEN
The tableDB_ETERNAL.O_ACCESS_TOKEN.
-
O_USER
public static final OUser O_USER
The tableDB_ETERNAL.O_USER.
-
R_GROUP_ROLE
public static final RGroupRole R_GROUP_ROLE
The tableDB_ETERNAL.R_GROUP_ROLE.
-
R_ROLE_PERM
public static final RRolePerm R_ROLE_PERM
The tableDB_ETERNAL.R_ROLE_PERM.
-
R_USER_GROUP
public static final RUserGroup R_USER_GROUP
The tableDB_ETERNAL.R_USER_GROUP.
-
R_USER_ROLE
public static final RUserRole R_USER_ROLE
The tableDB_ETERNAL.R_USER_ROLE.
-
S_ACTION
public static final SAction S_ACTION
The tableDB_ETERNAL.S_ACTION.
-
S_GROUP
public static final SGroup S_GROUP
The tableDB_ETERNAL.S_GROUP.
-
S_PACKET
public static final SPacket S_PACKET
The tableDB_ETERNAL.S_PACKET.
-
S_PATH
public static final SPath S_PATH
The tableDB_ETERNAL.S_PATH.
-
S_PERM_SET
public static final SPermSet S_PERM_SET
The tableDB_ETERNAL.S_PERM_SET.
-
S_PERMISSION
public static final SPermission S_PERMISSION
The tableDB_ETERNAL.S_PERMISSION.
-
S_RESOURCE
public static final SResource S_RESOURCE
The tableDB_ETERNAL.S_RESOURCE.
-
S_ROLE
public static final SRole S_ROLE
The tableDB_ETERNAL.S_ROLE.
-
S_USER
public static final SUser S_USER
The tableDB_ETERNAL.S_USER.
-
S_VIEW
public static final SView S_VIEW
The tableDB_ETERNAL.S_VIEW.
-
S_VISITANT
public static final SVisitant S_VISITANT
The tableDB_ETERNAL.S_VISITANT.
-
-