A new document has been created.

http://cocoon.zones.apache.org/daisy/documentation/671.html

Document ID: 671
Branch: main
Language: default
Name: Configuration Summary
Document Type: Document
Created: 8/16/05 1:27:20 PM
Creator (owner): Helma
State: publish

Parts
=====

Content
-------
Mime type: text/xml
Size: 1498 bytes
Content:
<html>
<body>

<p>Here is a brief summary of the authentication handler configuration:</p>

<pre>&lt;autentication-manager&gt;
  &lt;handlers&gt;
    &lt;handler name="unique"&gt;
      &lt;!-- The redirect-to resource --&gt;
      &lt;redirect-to uri="cocoon:raw://loginpage"/&gt;
      &lt;!-- Authentication resource --&gt;
      &lt;authentication uri="cocoon:raw://authenticationresource"/&gt;

      &lt;load uri="cocoon:raw://authenticationsaveresource"&gt;
        &lt;!-- optional parameters --&gt;
      &lt;/load&gt;
      &lt;!-- optional save resource --&gt;
      &lt;save uri="cocoon:raw://authenticationsaveresource"&gt;
        &lt;!-- optional parameters --&gt;
      &lt;/save&gt;

      &lt;applications&gt;
        &lt;!-- the applications for this handler --&gt;
        &lt;application name="unique"&gt;

          &lt;!-- Loading/Saving --&gt;
          &lt;load uri="cocoon:raw://loadapp"&gt;
            &lt;!-- optional --&gt;
            &lt;!-- optional parameters --&gt;
          &lt;/load&gt;
          &lt;save uri="cocoon:raw://saveapp"&gt;
            &lt;!-- optional --&gt;
            &lt;!-- optional parameters --&gt;
          &lt;/save&gt;
          &lt;!-- module configurations: --&gt;

          &lt;configuration name="portal"&gt;
            ...portal configuration
          &lt;/configuration&gt;
        &lt;/application&gt;
      &lt;/applications&gt;

    &lt;/handler&gt;
  &lt;/handlers&gt;
&lt;/autentication-manager&gt;</pre>

</body>
</html>

Collections
===========
The document belongs to the following collections: documentation