diff --git a/Federation_Registry.puml b/Federation_Registry.puml index a810b5355fa628879bdce8757985fa74605520fb..460ddb84b5763fb7956fda0e840e95c16de1faad 100644 --- a/Federation_Registry.puml +++ b/Federation_Registry.puml @@ -1,4 +1,5 @@ -@startuml nren_registry_flow +@startuml +hide footbox title NREN Registry flow entity "Leaf\nEntity" as leaf entity NREN as nren @@ -10,7 +11,7 @@ note right Check if not in Subordinates end note -nren --> leaf: Ask Leaf to +nren --> leaf: Ask Leaf to note left - Accept Policy - Comply with Technicalities and Security @@ -18,7 +19,7 @@ end note leaf -> nren: Acceptance nren --> nren note right -Manualy Check +Manualy Check Accecptance of Leaf entity end note @@ -30,4 +31,4 @@ end note leaf -> nren: Go to enroll endpoint nren -> subs: Add leaf entity to subordinates -@enduml \ No newline at end of file +@enduml diff --git a/Federation_Registry_Classes.puml b/Federation_Registry_Classes.puml index a259ce61140cc1186e32dd27e54fabe817d3bcf3..08981c2dc85111c5c61f74aca312c0c028d29ded 100644 --- a/Federation_Registry_Classes.puml +++ b/Federation_Registry_Classes.puml @@ -1,26 +1,26 @@ -@startuml NREN +@startuml title NREN Registry class Leaf { --RP --OP --... + -RP + -OP + -... } class Nren { --Public Policy --List of Subordinates --Resolve endpoint --Enroll endpoint --TM endpoint --TM list --TM status + -Public Policy + -List of Subordinates + -Resolve endpoint + -Enroll endpoint + -TM endpoint + -TM list + -TM status } class Subordinates { - -Accepted Policy of NREN - -Comply with technical and Security - -Manualy checked by NREN and given a TM + -Accepted Policy of NREN + -Comply with technical and Security + -Manualy checked by NREN and given a TM } -@enduml \ No newline at end of file +@enduml