Skip to content

Commit

Permalink
added break blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ichderjens committed Feb 20, 2024
1 parent 1feb91e commit 3a9eef1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
19 changes: 11 additions & 8 deletions src/plantuml/TI-M_ePA/UC_Approvel_List_Seq_fdv.puml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ skinparam sequence {

ParticipantBorderColor Motivation
ParticipantBackgroundColor Motivation

ParticipantFontSize 20
ParticipantFontColor black
ParticipantBorderColor Black
Expand Down Expand Up @@ -48,17 +49,17 @@ activate MS
|||
== <font color=green><size:16> Berechtigungskonzept - Stufe 1</size></font> ==
|||
alt#LightGrey #LightBlue <size:16>Matrix-Domain nicht in der Föderation enthalten</size>
break #MistyRose <size:16>Matrix-Domain nicht in der Föderation enthalten</size>
MP2->MP2:<font color=red>Abbruch, \n<font color=red>Verbindung wird \n<font color=red>abgelehnt</font>
MP2->MS: HTTP 403
MP2-->MS: HTTP 403
|||

else <size:16>Einladender und der Eingeladene sind beide Versicherte</size>
end
break #MistyRose <size:16>Einladender und der Eingeladene sind beide Versicherte</size>
MP2->MP2:<font color=red>Abbruch, \n<font color=red>Verbindung wird \n<font color=red>abgelehnt</font>
MP2->MS: HTTP 403
|||
end

else <size:16>Beide Teilnehmer sind Teil der Föderation und nur maximal einer ist ein Versicherter</size>
MP2->MH2: HTTP(S) Forward
activate MH2
MH2-->MH2: Invite-Event \nverarbeiten
Expand All @@ -84,16 +85,18 @@ else <size:16>Beide Teilnehmer sind Teil der Föderation und nur maximal einer
MC2->MC2: Extrahieren der Invite-Events
MC2->MC2: Prüfung, ob die Einladung erlaubt ist

alt#LightGrey #MOTIVATION <size:16>Der Anwender hat "allow all" konfiguriert und der Einladende\n<size:16> ist auf der BlockedUser-Liste (Direkt oder als Teil einer Gruppe)</size>
break #MistyRose <size:16>Der Akteur hat "allow all" konfiguriert und der einladende Akteur\n<size:16> ist auf der BlockedUser-Liste (Direkt oder als Teil einer Gruppe/Domain)</size>
|||
MC2->MC2:<font color=red>Einladung ist abzulehnen</font>
|||
else <size:16>Der Anwender hat "block all" konfiguriert und der Einladende\n<size:16> ist nicht auf der AllowedUser-Liste (Direkt oder als Teil einer Gruppe)</size>
end

break #MistyRose <size:16>Der Akteur hat "block all" konfiguriert und der einladende Akteur\n<size:16> ist nicht auf der AllowedUser-Liste (Direkt oder als Teil einer Gruppe/Domain)</size>
|||
MC2->MC2:<font color=red>Einladung ist abzulehnen</font>
|||
end
end


|||
MC2-->MP2: Ergebnis der Einladungsprüfung
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,20 @@ break #MistyRose <size:16>Matrix-Domain nicht in der Föderation enthalten</size
MC2->MC2: Extrahieren der Invite-Events
MC2->MC2: Prüfung, ob die Einladung erlaubt ist

alt #MistyRose <size:16>Der Akteur hat "allow all" konfiguriert und der einladende Akteur\n<size:16> ist auf der BlockedUser-Liste (Direkt oder als Teil einer Gruppe)</size>
break #MistyRose <size:16>Der Akteur hat "allow all" konfiguriert und der einladende Akteur\n<size:16> ist auf der BlockedUser-Liste (Direkt oder als Teil einer Gruppe/Domain)</size>
|||
MC2->MC2:<font color=red>Einladung ist abzulehnen</font>
|||
else <size:16>Der Akteur hat "block all" konfiguriert und der einladende Akteur\n<size:16> ist nicht auf der AllowedUser-Liste (Direkt oder als Teil einer Gruppe)</size>
end

break #MistyRose <size:16>Der Akteur hat "block all" konfiguriert und der einladende Akteur\n<size:16> ist nicht auf der AllowedUser-Liste (Direkt oder als Teil einer Gruppe/Domain)</size>
|||
MC2->MC2:<font color=red>Einladung ist abzulehnen</font>
|||
end



|||
MC2-->MP2: Ergebnis der Einladungsprüfung
deactivate MC2
Expand Down

0 comments on commit 3a9eef1

Please sign in to comment.