User Access Policy UML


Added On:  01/19/14 
SQL Table:  IAPP_USER_ACCESS_POLICY 
Module:  UniCore 
Type:  Entity  Status:  Deleted 
Java Class:  UserAccessPolicy 
Entity that represents user access policy information.
Added On:  01/19/14
SQL Column:  CUSTOMER_ACCESS_POLICY_FK
Java Field:  customerAccessPolicy
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References User Access Policy
Attributes:
Reference to the entity that represents customer access policy parameters.
Added On:  01/19/14
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On:  01/19/14
SQL Column:  LEVEL_CUSTOMER
Java Field:  levelCustomer
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Customer's level of the access policy.
Added On:  01/19/14
SQL Column:  LEVEL_MERCHANT
Java Field:  levelMerchant
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Merchant's level of the access policy.
Added On:  01/19/14
SQL Column:  LEVEL_PORTFOLIO
Java Field:  levelPortfolio
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Portfolio's level of the access policy.
Added On:  01/19/14
SQL Column:  LEVEL_RESELLER
Java Field:  levelReseller
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Reseller's level of the access policy.
Added On:  01/19/14
SQL Column:  LEVEL_SYSTEM
Java Field:  levelSystem
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
System's level of the access policy.
Added On:  01/19/14
SQL Column:  MERCHANT_ACCESS_POLICY_FK
Java Field:  merchantAccessPolicy
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References User Access Policy
Attributes:
Reference to the entity that represents merchant access policy parameters.
Added On:  01/19/14
SQL Column:  PERMISSION_FK
Java Field:  permission
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References User Permission
Attributes:
Reference to the entity that represents user permissions information.
Added On:  01/19/14
SQL Column:  PORTFOLIO_ACCESS_POLICY_FK
Java Field:  portfolioAccessPolicy
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References User Access Policy
Attributes:
Reference to the entity that represents portfolio access policy parameters.
Added On:  01/19/14
SQL Column:  RESELLER_ACCESS_POLICY_FK
Java Field:  resellerAccessPolicy
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References User Access Policy
Attributes:
Reference to the entity that represents reseller access policy parameters.
Added On:  01/19/14
SQL Column:  SCOPE_CL
Java Field:  scopeCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
References User Classifier
Attributes:
Represents current role of the user within the system.
Added On:  01/19/14
SQL Column:  SCOPE_CODE
Java Field:  scopeCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Code of the selected user role.
Added On:  01/19/14
SQL Column:  SYSTEM_ACCESS_POLICY_FK
Java Field:  systemAccessPolicy
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References User Access Policy
Attributes:
Reference to the entity that represents system access policy parameters.