This project has retired. For details please refer to its Attic page.
Authentication Framework: Configuration Summary
apache > cocoon
Apache
Apache Cocoon

Authentication Framework: Configuration Summary

Here is a brief summary of the authentication handler configuration:

<autentication-manager>
 <handlers>
 <handler name="unique">
 <!-- The redirect-to resource -->
 <redirect-to uri="cocoon:raw://loginpage"/>
 <!-- Authentication resource -->
 <authentication uri="cocoon:raw://authenticationresource"/>
 <load uri="cocoon:raw://authenticationsaveresource">
 <!-- optional parameters -->
 </load>
 <!-- optional save resource -->
 <save uri="cocoon:raw://authenticationsaveresource">
 <!-- optional parameters -->
 </save>
 <applications>
 <!-- the applications for this handler -->
 <application name="unique">
 <!-- Loading/Saving -->
 <load uri="cocoon:raw://loadapp">
 <!-- optional -->
 <!-- optional parameters -->
 </load>
 <save uri="cocoon:raw://saveapp">
 <!-- optional -->
 <!-- optional parameters -->
 </save>
 <!-- module configurations: -->
 <configuration name="portal">
 ...portal configuration
 </configuration>
 </application>
 </applications>
 </handler>
 </handlers>
</autentication-manager>

Errors and Improvements? If you see any errors or potential improvements in this document please help us: View, Edit or comment on the latest development version (registration required).

AltStyle によって変換されたページ (->オリジナル) /