From e5ba6151babcdfd0b4acb2749ae9478bf8983cba Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 15 May 2008 21:17:44 +0000 Subject: moved gtk-doc inline as is better on so many points; also added schema fragments to published doc --- docs/reference/tmpl/strings.sgml | 115 --------------------------------------- 1 file changed, 115 deletions(-) delete mode 100644 docs/reference/tmpl/strings.sgml (limited to 'docs/reference/tmpl/strings.sgml') diff --git a/docs/reference/tmpl/strings.sgml b/docs/reference/tmpl/strings.sgml deleted file mode 100644 index 78e15148..00000000 --- a/docs/reference/tmpl/strings.sgml +++ /dev/null @@ -1,115 +0,0 @@ - -strings - - -Useful string constants - - - - - - - - - - - - - - - - -Federated name identifier constant, used in -#LassoNameIdentifier. It implies the name identifier belongs to -a federation established between SP and IdP. - - - -Its value is urn:liberty:iff:nameid:federated. - - - - - - -"One-time" name identifier constant, used in #LassoNameIdentifier. - - - -Its value is urn:liberty:iff:nameid:one-time. - - - - - - -"Encrypted" name identifier constant, used in #LassoNameIdentifier. - - - -Its value is urn:liberty:iff:nameid:encrypted. - - - - - - -Its value is urn:liberty:iff:nameid:entityID. - - - - - - -None policy for use in #LassoLibAuthnRequest. It means an -existing federation must be used and an error should be produced if none -existed beforehand. - - - - - - -Onetime policy for use in #LassoLibAuthnRequest. It means -a federation must not be created between identity and service provider. A -temporary name identifier should be used instead. - - - - - - -Federated policy for use in #LassoLibAuthnRequest. It -means a federation may be created between identity and service provider (if it -didn't exist before). - - - - - - -Any policy for use in #LassoLibAuthnRequest. It means a -federation may be created if the principal agrees and it can fall back to -onetime if he does not. - - - - - - -Identifies the Single Sign-On "Artifact" profile; where an artifact is passed -from identity provider to service provider and back to get the -#LassoLibAssertion. - - - - - - -Identifies the Single Sign-On "POST" profile; where the #LassoLibAssertion is -sent directly from the identity provider to the service provider in an HTML -form submission message. - - - - -- cgit