Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
e1c185f8
Commit
e1c185f8
authored
Mar 31, 2011
by
Georgios Gousios
Browse files
Sequence diagram for authentication.
UMLGraph-based, check
http://http://www.umlgraph.org/
parent
162a1eef
Changes
1
Hide whitespace changes
Inline
Side-by-side
authentication.seq
0 → 100644
View file @
e1c185f8
.PS
copy "sequence.pic";
# Define the objects
object(B,"Browser");
object(S,"Synnefo");
object(A,"Sibbolleth");
step();
# Message sequences
active(B);
active(S);
active(A);
message(B,S,"GET /");
message(S,B,"304 Go to Sibbolleth");
message(B,A,"304 Go to Sibbolleth");
complete(T);
complete(S);
complete(A);
.PE
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment