Question

Problem

  1. An Organization can have 1 or more Credential's.
  2. There can be 1 Credential for each of the deployment environment like DEV, TEST, UAT, PROD etc.
  3. The Credential can be for UI or for App-to-App communication.

Moreover, a user can indicate that the credentials across all the environments are the same. Or, a user can indicate that the user-name across environments is the same but he wants to supply different passwords for each environment.

As you can see, there are two dimensions upon which a credential can be qualified i.e. endpoint type and environment. Wondering how to model this kind of relationship in OOP world.

Was it helpful?

Solution

The following diagram shows a possible solution

OTHER TIPS

I suggest this: UML

And thanks to @sergiofbsilva for the cool tool.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top