diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-22 10:48:31 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-22 10:48:31 +0000 |
| commit | dfe6311bcb2bc68c91ae7e34025f197b77f3658b (patch) | |
| tree | 76405341d44bf46a3f4ff29659575fa141beb68d /docs/reference/lasso.sgml | |
| parent | 09eb4fb227ae44c82ffb33bf188dab7f1370a511 (diff) | |
| download | lasso-dfe6311bcb2bc68c91ae7e34025f197b77f3658b.tar.gz lasso-dfe6311bcb2bc68c91ae7e34025f197b77f3658b.tar.xz lasso-dfe6311bcb2bc68c91ae7e34025f197b77f3658b.zip | |
Started organizing Lasso Reference Manual; documenting LassoProvider.
Diffstat (limited to 'docs/reference/lasso.sgml')
| -rw-r--r-- | docs/reference/lasso.sgml | 63 |
1 files changed, 47 insertions, 16 deletions
diff --git a/docs/reference/lasso.sgml b/docs/reference/lasso.sgml index 6e8569ef..042189a2 100644 --- a/docs/reference/lasso.sgml +++ b/docs/reference/lasso.sgml @@ -53,15 +53,58 @@ <!ENTITY LassoProfile SYSTEM "sgml/profile.sgml"> <!ENTITY LassoServer SYSTEM "sgml/server.sgml"> <!ENTITY LassoSession SYSTEM "sgml/session.sgml"> -<!ENTITY lasso-tools SYSTEM "sgml/tools.sgml"> + +<!ENTITY lasso-Liberty-Alliance "liberty-alliance.sgml"> +<!ENTITY version SYSTEM "version.xml"> ]> <book id="index"> <bookinfo> - <title>Lasso API Reference</title> + <title>Lasso Reference Manual</title> + <releaseinfo>for Lasso &version;</releaseinfo> </bookinfo> - <chapter> - <title>Lasso</title> + <chapter id="lasso"> + <title>Lasso Overview</title> + <para> +Lasso is a library which provides all the necessary functions for sites to +implement Liberty Alliance specifications. + </para> + + </chapter> + + + <chapter id="architecture"> + <title>Lasso Architecture</title> + &LassoProvider; + &LassoServer; + &LassoIdentity; + &LassoSession; + </chapter> + + <chapter id="idff"> + <title>Identity Federation Framework</title> + + &LassoProfile; + &LassoLogin; + &LassoFederation; + &LassoLecp; + &LassoLogout; + &LassoDefederation; + + </chapter> + + <chapter id="idwsf"> + <title>Identity Web Services Framework</title> + + <para> + </para> + + </chapter> + + <chapter id="xml"> + <title>Schemas</title> + + &LassoNode; &LassoLibAssertion; &LassoLibAuthnRequest; &lasso-LassoLibAuthnRequestEnvelope; @@ -90,7 +133,6 @@ &LassoSamlpResponseAbstract; &LassoSamlpStatus; &LassoSamlpStatusCode; - &LassoNode; &LassoLibLogoutRequest; &LassoLibFederationTerminationNotification; &LassoLibLogoutResponse; @@ -106,16 +148,5 @@ &lasso-export; &lasso-lasso; &lasso-version; - &LassoFederation; - &LassoLecp; - &LassoProvider; - &LassoDefederation; - &LassoIdentity; - &LassoLogin; - &LassoLogout; - &LassoProfile; - &LassoServer; - &LassoSession; - &lasso-tools; </chapter> </book> |
