summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-06-27 08:51:24 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-06-27 08:51:24 -0700
commit50a7bce7798a945571189a36e7234c4a1583b024 (patch)
tree36320b5c5a20fdb5cefe51c6fb55aa1db2360267 /src
parentd292f3c42ad8f209d6a67b872c1a1dff18e45d43 (diff)
downloadDotNetOpenAuth-50a7bce7798a945571189a36e7234c4a1583b024.zip
DotNetOpenAuth-50a7bce7798a945571189a36e7234c4a1583b024.tar.gz
DotNetOpenAuth-50a7bce7798a945571189a36e7234c4a1583b024.tar.bz2
Added OAuth 2 class diagram.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/DotNetOpenAuth.csproj1
-rw-r--r--src/DotNetOpenAuth/OAuth2/OAuth 2 client facades.cd33
2 files changed, 34 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/DotNetOpenAuth.csproj b/src/DotNetOpenAuth/DotNetOpenAuth.csproj
index be4e21b..aac3a1c 100644
--- a/src/DotNetOpenAuth/DotNetOpenAuth.csproj
+++ b/src/DotNetOpenAuth/DotNetOpenAuth.csproj
@@ -747,6 +747,7 @@ http://opensource.org/licenses/ms-pl.html
<None Include="Configuration\DotNetOpenAuth.xsd" />
<None Include="Migrated rules for DotNetOpenAuth.ruleset" />
<None Include="OAuth2\Messages\OAuth 2 Messages.cd" />
+ <None Include="OAuth2\OAuth 2 client facades.cd" />
<None Include="OAuth\ClassDiagram.cd" />
<None Include="OAuth\Messages\OAuth Messages.cd" />
<None Include="Messaging\Bindings\Bindings.cd" />
diff --git a/src/DotNetOpenAuth/OAuth2/OAuth 2 client facades.cd b/src/DotNetOpenAuth/OAuth2/OAuth 2 client facades.cd
new file mode 100644
index 0000000..c18c5e8
--- /dev/null
+++ b/src/DotNetOpenAuth/OAuth2/OAuth 2 client facades.cd
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ClassDiagram MajorVersion="1" MinorVersion="1">
+ <Class Name="DotNetOpenAuth.OAuth2.ClientBase">
+ <Position X="0.5" Y="0.5" Width="3.5" />
+ <TypeIdentifier>
+ <HashCode>AAACAAAwQEAAAAAAAgAAAAAAAAwAAAAAAAAAAAAAAAA=</HashCode>
+ <FileName>OAuth2\ClientBase.cs</FileName>
+ </TypeIdentifier>
+ </Class>
+ <Class Name="DotNetOpenAuth.OAuth2.WebServerClient">
+ <Position X="4.5" Y="0.5" Width="3.5" />
+ <TypeIdentifier>
+ <HashCode>AAAAAQAAAAAAEAAAAAAABAAAAAAAAAAAAAAAAAABAAA=</HashCode>
+ <FileName>OAuth2\WebServerClient.cs</FileName>
+ </TypeIdentifier>
+ </Class>
+ <Class Name="DotNetOpenAuth.OAuth2.UserAgentClient">
+ <Position X="4.5" Y="3" Width="3.5" />
+ <InheritanceLine Type="DotNetOpenAuth.OAuth2.ClientBase" FixedFromPoint="true">
+ <Path>
+ <Point X="4" Y="3" />
+ <Point X="4.24" Y="3" />
+ <Point X="4.24" Y="3.809" />
+ <Point X="4.5" Y="3.809" />
+ </Path>
+ </InheritanceLine>
+ <TypeIdentifier>
+ <HashCode>AAAAAAAAAAAAEAAAAAAABAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
+ <FileName>OAuth2\UserAgentClient.cs</FileName>
+ </TypeIdentifier>
+ </Class>
+ <Font Name="Segoe UI" Size="9" />
+</ClassDiagram> \ No newline at end of file