okta / okta-sdk-java

A Java SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
Apache License 2.0
145 stars 136 forks source link

Added EntityUtil helper for ability to convert from UserGetSingleton to User #1550

Closed arvindkrishnakumar-okta closed 1 week ago

arvindkrishnakumar-okta commented 2 weeks ago

Issue(s)

1549

Description

Category

Signoff

carlsandland commented 2 weeks ago

I'm not entirely sure the EntityHelper would suffice, as there are readonly properties? (such as activated and other dates). This was my first idea but there was a bunch of state I couldn't set in User.