Access Policy


Added On:  10/16/14 
SQL Table:  IAPP_ACCESS_POLICY 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  AccessPolicy 
Entity that represents information about access policy.
Added On:  10/16/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:  10/16/14
SQL Column:  PERMISSION_MASK
Java Field:  permissionMask
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Permission mask.
Added On:  10/16/14
SQL Column:  ROLE_CODE
Java Field:  roleCode
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Codeof the specified role.
Added On:  10/16/14
SQL Column:  SCOPE_CL
Java Field:  scopeCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
References User Classifier
Attributes:
Represents current or selected type user.
Added On:  10/16/14
SQL Column:  SCOPE_CODE
Java Field:  scopeCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Unique code of the selected scope (user) in the system.