Class Tables
java.lang.Object
ru.cg.webbpm.modules.security.api.impl.bean.Tables
Convenience access to all tables in SECURITY.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AccessLevel
The tableSECURITY.ACCESS_LEVEL
.static final Authority
The tableSECURITY.AUTHORITY
.static final EsiaUser
The tableSECURITY.ESIA_USER
.static final LinkUserAccountUserGroup
The tableSECURITY.LINK_USER_ACCOUNT_USER_GROUP
.static final LinkUserGroupUserRole
The tableSECURITY.LINK_USER_GROUP_USER_ROLE
.static final LinkUserRoleAuthority
The tableSECURITY.LINK_USER_ROLE_AUTHORITY
.static final OrgUnit
The tableSECURITY.ORG_UNIT
.static final SimpleCredentials
The tableSECURITY.SIMPLE_CREDENTIALS
.static final UserAccount
The tableSECURITY.USER_ACCOUNT
.static final UserAccountRefreshToken
The tableSECURITY.USER_ACCOUNT_REFRESH_TOKEN
.static final UserAccountVerification
The tableSECURITY.USER_ACCOUNT_VERIFICATION
.static final UserGroup
The tableSECURITY.USER_GROUP
.static final UserRole
The tableSECURITY.USER_ROLE
. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ACCESS_LEVEL
The tableSECURITY.ACCESS_LEVEL
. -
AUTHORITY
The tableSECURITY.AUTHORITY
. -
ESIA_USER
The tableSECURITY.ESIA_USER
. -
LINK_USER_ACCOUNT_USER_GROUP
The tableSECURITY.LINK_USER_ACCOUNT_USER_GROUP
. -
LINK_USER_GROUP_USER_ROLE
The tableSECURITY.LINK_USER_GROUP_USER_ROLE
. -
LINK_USER_ROLE_AUTHORITY
The tableSECURITY.LINK_USER_ROLE_AUTHORITY
. -
ORG_UNIT
The tableSECURITY.ORG_UNIT
. -
SIMPLE_CREDENTIALS
The tableSECURITY.SIMPLE_CREDENTIALS
. -
USER_ACCOUNT
The tableSECURITY.USER_ACCOUNT
. -
USER_ACCOUNT_REFRESH_TOKEN
The tableSECURITY.USER_ACCOUNT_REFRESH_TOKEN
. -
USER_ACCOUNT_VERIFICATION
The tableSECURITY.USER_ACCOUNT_VERIFICATION
. -
USER_GROUP
The tableSECURITY.USER_GROUP
. -
USER_ROLE
The tableSECURITY.USER_ROLE
.
-
-
Constructor Details
-
Tables
public Tables()
-