Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 752E89B3E for ; Sun, 22 Apr 2012 17:50:56 +0000 (UTC) Received: (qmail 84754 invoked by uid 500); 22 Apr 2012 17:50:56 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 84687 invoked by uid 500); 22 Apr 2012 17:50:56 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 84677 invoked by uid 99); 22 Apr 2012 17:50:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2012 17:50:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2012 17:50:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BF4D823889D5 for ; Sun, 22 Apr 2012 17:50:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r813979 - in /websites/staging/sling/trunk/content: ./ authentication---actors.html authentication---authenticationhandler.html authentication---framework.html authentication---tasks.html authentication.html Date: Sun, 22 Apr 2012 17:50:31 -0000 To: commits@sling.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120422175031.BF4D823889D5@eris.apache.org> Author: buildbot Date: Sun Apr 22 17:50:31 2012 New Revision: 813979 Log: Staging update by buildbot for sling Modified: websites/staging/sling/trunk/content/ (props changed) websites/staging/sling/trunk/content/authentication---actors.html websites/staging/sling/trunk/content/authentication---authenticationhandler.html websites/staging/sling/trunk/content/authentication---framework.html websites/staging/sling/trunk/content/authentication---tasks.html websites/staging/sling/trunk/content/authentication.html Propchange: websites/staging/sling/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sun Apr 22 17:50:31 2012 @@ -1 +1 @@ -1328916 +1328917 Modified: websites/staging/sling/trunk/content/authentication---actors.html ============================================================================== --- websites/staging/sling/trunk/content/authentication---actors.html (original) +++ websites/staging/sling/trunk/content/authentication---actors.html Sun Apr 22 17:50:31 2012 @@ -83,9 +83,6 @@

Actors

-

{excerpt}The authentication process involves a number of actors -contributing to the concepts, the API and the particular -implementations.{excerpt}

OSGi Http Service Specification

The main support for authentication is defined by the OSGi Http Service Modified: websites/staging/sling/trunk/content/authentication---authenticationhandler.html ============================================================================== --- websites/staging/sling/trunk/content/authentication---authenticationhandler.html (original) +++ websites/staging/sling/trunk/content/authentication---authenticationhandler.html Sun Apr 22 17:50:31 2012 @@ -83,9 +83,6 @@

AuthenticationHandler

-

{excerpt}The AuthenticationHandler interface defines the service API -which may be implemented by authentication handlers registered as OSGi -services.{excerpt}

AuthenticationHandler services have a single required service registration property which is used to identify requests to which the AuthenticationHandler service is applicable:

Modified: websites/staging/sling/trunk/content/authentication---framework.html ============================================================================== --- websites/staging/sling/trunk/content/authentication---framework.html (original) +++ websites/staging/sling/trunk/content/authentication---framework.html Sun Apr 22 17:50:31 2012 @@ -83,10 +83,6 @@

Framework

-

{excerpt}The core piece of functionality with respect to authentication in -Sling is contained in the Sling Commons Auth bundle. This bundle provides -the API for Sling and Sling applications to make use of -authentication.{excerpt}

This support encompasses three parts:

  • The AuthenticationSupport service provided by the Modified: websites/staging/sling/trunk/content/authentication---tasks.html ============================================================================== --- websites/staging/sling/trunk/content/authentication---tasks.html (original) +++ websites/staging/sling/trunk/content/authentication---tasks.html Sun Apr 22 17:50:31 2012 @@ -83,10 +83,6 @@

    Tasks

    -

    {excerpt}Authentication of HTTP Requests is generally a two-step process: -First the credentials must be extracted from the request and second the -credentials must be validated. In the case of Sling this means acquiring a -JCR Session.{excerpt}

    Extract Credentials from the Request

      Modified: websites/staging/sling/trunk/content/authentication.html ============================================================================== --- websites/staging/sling/trunk/content/authentication.html (original) +++ websites/staging/sling/trunk/content/authentication.html Sun Apr 22 17:50:31 2012 @@ -83,9 +83,12 @@

      Authentication

      -

      {excerpt:hidden=true} + +

      This section describes the framework provided by Sling to authenticate HTTP requests.

      Let's look at generic request processing of Sling: Sling is linked into the @@ -131,25 +134,35 @@ Sling in full detail:

    • Tasks
      -
      {excerpt-include:Authentication - Tasks|nopanel=true}
      +
      Authentication of HTTP Requests is generally a two-step process: +First the credentials must be extracted from the request and second the +credentials must be validated. In the case of Sling this means acquiring a +JCR Session.
    • Actors
      -
      {excerpt-include:Authentication - Actors|nopanel=true}
      +
      The authentication process involves a number of actors +contributing to the concepts, the API and the particular +implementations.
    • Framework
      -
      {excerpt-include:Authentication - Framework|nopanel=true}
      +
      The core piece of functionality with respect to authentication in +Sling is contained in the Sling Commons Auth bundle. This bundle provides +the API for Sling and Sling applications to make use of +authentication.
    • AuthenticationHandler
      -
      {excerpt-include:Authentication - AuthenticationHandler|nopanel=true}
      +
      The AuthenticationHandler interface defines the service API +which may be implemented by authentication handlers registered as OSGi +services.