forked from eclipse-ee4j/jakartaee-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated security diagram to match new guidelines and moved to the app…
…ropriate location.
- Loading branch information
Showing
6 changed files
with
105 additions
and
104 deletions.
There are no files selected for viewing
37 changes: 0 additions & 37 deletions
37
src/main/antora/modules/common/images/authentication_mvc.drawio
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
src/main/antora/modules/security/images/authentication-mvc.drawio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<mxfile host="app.diagrams.net" modified="2023-11-21T02:22:34.107Z" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" etag="mXuWKBZp1MHauwyS3mdj" version="21.6.5" type="device"> | ||
<diagram id="ihyrI3AaGvKOYQR9nSAO" name="Page-1"> | ||
<mxGraphModel dx="1347" dy="947" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" background="#ffffff" math="0" shadow="0"> | ||
<root> | ||
<mxCell id="0" /> | ||
<mxCell id="1" parent="0" /> | ||
<mxCell id="72h56-NaAaJYCsr5_jB7-1" value="<b>Authentication Mechanism</b><br>(Controller)" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fillColor=#1B208B;fontColor=#FFFFFF;" parent="1" vertex="1"> | ||
<mxGeometry x="170" y="70" width="120" height="60" as="geometry" /> | ||
</mxCell> | ||
<mxCell id="72h56-NaAaJYCsr5_jB7-2" value="<b>Login Form/Dialog</b><br>(View)" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fillColor=#1B208B;fontColor=#FFFFFF;" parent="1" vertex="1"> | ||
<mxGeometry x="70" y="210" width="120" height="60" as="geometry" /> | ||
</mxCell> | ||
<mxCell id="72h56-NaAaJYCsr5_jB7-3" value="<b>Identity Store</b><br>(Model)" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fillColor=#1B208B;fontColor=#FFFFFF;" parent="1" vertex="1"> | ||
<mxGeometry x="290" y="210" width="120" height="60" as="geometry" /> | ||
</mxCell> | ||
<mxCell id="72h56-NaAaJYCsr5_jB7-4" value="" style="endArrow=classic;startArrow=classic;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.25;entryY=1;entryDx=0;entryDy=0;strokeColor=#F98200;" parent="1" source="72h56-NaAaJYCsr5_jB7-2" target="72h56-NaAaJYCsr5_jB7-1" edge="1"> | ||
<mxGeometry width="50" height="50" relative="1" as="geometry"> | ||
<mxPoint x="390" y="560" as="sourcePoint" /> | ||
<mxPoint x="440" y="510" as="targetPoint" /> | ||
</mxGeometry> | ||
</mxCell> | ||
<mxCell id="72h56-NaAaJYCsr5_jB7-5" value="" style="endArrow=classic;startArrow=classic;html=1;exitX=0.75;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;strokeColor=#F98200;" parent="1" source="72h56-NaAaJYCsr5_jB7-1" target="72h56-NaAaJYCsr5_jB7-3" edge="1"> | ||
<mxGeometry width="50" height="50" relative="1" as="geometry"> | ||
<mxPoint x="390" y="560" as="sourcePoint" /> | ||
<mxPoint x="440" y="510" as="targetPoint" /> | ||
</mxGeometry> | ||
</mxCell> | ||
<mxCell id="72h56-NaAaJYCsr5_jB7-6" value="<font style="font-size: 12px;">HTTP<br>Cookies<br>Headers<br>URLs</font>" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;labelBackgroundColor=none;" parent="1" vertex="1"> | ||
<mxGeometry x="95" y="120" width="70" height="60" as="geometry" /> | ||
</mxCell> | ||
<mxCell id="72h56-NaAaJYCsr5_jB7-8" value="<span style="">Credentials<br>Caller name<br>Groups<br></span>" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;labelBackgroundColor=none;" parent="1" vertex="1"> | ||
<mxGeometry x="310" y="120" width="70" height="60" as="geometry" /> | ||
</mxCell> | ||
</root> | ||
</mxGraphModel> | ||
</diagram> | ||
</mxfile> |
Oops, something went wrong.