Client
The client entity represents a separated population of users, policies, templates, configurations (to a certain extent), etc. Also refer to the previous chapter that mentions various characteristics of the client and its signification within the nevisIDM data model.
Database table TIDMA_CLIENT
DB attribute | Java data type (max. size), Defaults | Description |
---|---|---|
client_id | Long, not NULL | Primary key (uniquely identifies each individual DB entry) |
description | String(1000), nullable | |
displayname_dict_entry_id | Long, nullable | Field links to the application's name in other languages Foreign key that links to information in the table TIDMA_DICT_ENTRY |
extid | String(50), not NULL | External identifier |
name | String(100), not NULL | Name of client |