nerdexam
SailPoint

SAILPOINT-CERTIFIED-IDENTITYIQ-ENGINEER · Question #112

Can the following IdentitylQ object be extended to store client-specific data by updating the corresponding .HBM file? Solution: Link

The correct answer is B. No. In SailPoint IdentityIQ, certain objects, such as the Link object, cannot be directly extended by updating the corresponding .HBM (Hibernate Mapping) file. Modifying or extending core IdentityIQ objects typically requires a deeper level of customization involving the extension…

IdentityIQ Data Model and Object Extensions

Question

Can the following IdentitylQ object be extended to store client-specific data by updating the corresponding .HBM file? Solution: Link

Options

  • AYes
  • BNo

How the community answered

(33 responses)
  • A
    24% (8)
  • B
    76% (25)

Explanation

In SailPoint IdentityIQ, certain objects, such as the Link object, cannot be directly extended by updating the corresponding .HBM (Hibernate Mapping) file. Modifying or extending core IdentityIQ objects typically requires a deeper level of customization involving the extension of the application schema and possibly custom Java code. The .HBM files are part of IdentityIQ's internal persistence framework, and altering them is not a supported or recommended method for extending objects in a production environment. Customization should instead be done using SailPoint's supported extension points, such as using ManagedAttributes or CustomAttributes within the IdentityIQ application framework. For guidelines on extending IdentityIQ objects, refer to the SailPoint IdentityIQ Customization Guide and best practices documentation.

Topics

#IdentityIQ objects#HBM file#data model extension#Link object

Community Discussion

No community discussion yet for this question.

Full SAILPOINT-CERTIFIED-IDENTITYIQ-ENGINEER Practice