it:ad:account:home

IT:AD:Account

An Entity (User, Device, Service) can have multiple Identities.

An Identity can be used to start an Account with a Service.

An Account can be associated to one or more Subscriptions. In some cases as the Subscription owner/manager.

EntityPersonDeviceService


!includeurl http://skysigal.com/_media/resources/configuration/plantuml/minimalist.txt

package Entity {
class Person
class Device
class Service

Person -[HIDDEN]DOWN- Device
Device -[HIDDEN]DOWN- Service
}

class Identity

package "Relying Party (RP)" {
class Account
class Subscription {
Owner:Account
}
}

Entity *-RIGHT- Identity

Account *-RIGHT- "1-*" Identity

Subscription *-RIGHT- Account

  • /home/skysigal/public_html/data/pages/it/ad/account/home.txt
  • Last modified: 2023/11/04 03:20
  • by 127.0.0.1