Class UserDetailsJson.AssociatedResourceJson

java.lang.Object
ca.cdr.api.model.json.UserDetailsJson.AssociatedResourceJson
All Implemented Interfaces:
IModelJson, IModelJson, Serializable
Enclosing class:
UserDetailsJson

This structure represents a link between a user in the auth database and a resource in the FHIR database. This can be used, for example, to specify that a particular user is a specific Patient in the CDR. That linkage can then be applied in order to make security/permission decisions.
See Also: