A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1317.html
Document ID: 1317 Branch: main Language: default Name: Security Handlers (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 1/15/07 2:51:18 PM Updated by: Carsten Ziegeler A new version has been created, state: publish Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 2366 bytes (previous version: 2473 bytes) Content diff: (21 equal lines skipped) <p>Let's have a look at a simple security handler configuration:</p> <pre><bean name="org.apache.cocoon.auth.SecurityHandler/shop-handler" --- class="org.apache.cocoon.auth" +++ class="org.apache.cocoon.auth.impl.SimpleSecurityHandler" scope="singleton"> ... Configuration for the handler - if required </bean> (19 equal lines skipped) <p>The application will not have a login form and the user is logged into the application as soon as he invokes the first page of the application.</p> --- <p>Using the anonymous security handler is easy: just omit the security handler --- configuration on your application configuration!</p> --- </body> </html>