Return-Path: X-Original-To: apmail-clerezza-commits-archive@www.apache.org Delivered-To: apmail-clerezza-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 59F87F5E8 for ; Wed, 3 Apr 2013 18:40:29 +0000 (UTC) Received: (qmail 76752 invoked by uid 500); 3 Apr 2013 18:40:29 -0000 Delivered-To: apmail-clerezza-commits-archive@clerezza.apache.org Received: (qmail 76727 invoked by uid 500); 3 Apr 2013 18:40:29 -0000 Mailing-List: contact commits-help@clerezza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@clerezza.apache.org Delivered-To: mailing list commits@clerezza.apache.org Received: (qmail 76719 invoked by uid 99); 3 Apr 2013 18:40:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 18:40:29 +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; Wed, 03 Apr 2013 18:40:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 99DED2388C2C; Wed, 3 Apr 2013 18:38:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1464148 [21/34] - in /clerezza/site/production: ./ architecture/ architecture/images/ bundle-doc/ bundle-doc/org.apache.clerezza.bundledevtool/ bundle-doc/org.apache.clerezza.bundledevtool/intro-content-el/ bundle-doc/org.apache.clerezza.p... Date: Wed, 03 Apr 2013 18:37:57 -0000 To: commits@clerezza.apache.org From: reto@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130403183853.99DED2388C2C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-content.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-content.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-content.html (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-content.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,21 @@ + + + + + + Untitled Content + + +

The platform provides a web service to check whether the current user owns a certain permission. This service is invoked with a GET-request specifying the resource path /security/check and the query parameter permission. The parameter has the format: +

+

+'(' <permission class name> <double-quoted name> <double-quoted actions> ')'. +

+

+An example of a valid URL would be: http://localhost:8282/security/check?permission=(java.io.FilePermission "/tmp/*" "read") +

+

As a result of this check the platform returns a response with the code 204, if the user has this permission. +

+ + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-content.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-content.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-content.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-content.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,25 @@ + + +

The platform provides a web service to check whether the current user owns a certain permission. This service is invoked with a GET-request specifying the resource path /security/check and the query parameter permission. The parameter has the format: +

+

+'(' <permission class name> <double-quoted name> <double-quoted actions> ')'. +

+

+An example of a valid URL would be: http://localhost:8282/security/check?permission=(java.io.FilePermission "/tmp/*" "read") +

+

As a result of this check the platform returns a response with the code 204, if the user has this permission. +

+ +
+ + + + 1 + + + + +
Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-content.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-content.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-content.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-content.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,21 @@ + + + + + + Untitled Content + + +

The platform provides a web service to check whether the current user owns a certain permission. This service is invoked with a GET-request specifying the resource path /security/check and the query parameter permission. The parameter has the format: +

+

+'(' <permission class name> <double-quoted name> <double-quoted actions> ')'. +

+

+An example of a valid URL would be: http://localhost:8282/security/check?permission=(java.io.FilePermission "/tmp/*" "read") +

+

As a result of this check the platform returns a response with the code 204, if the user has this permission. +

+ + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-title.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-title.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-title.html (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-title.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + Permission Check Service + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-title.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-title.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-title.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-title.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,16 @@ + + + + Permission Check Service + + + + 0 + + + + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-title.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-title.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-title.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1-title.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + Permission Check Service + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1.html (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,113 @@ + + + + Permission Check Service + + + +
+ +
+ +
+ + +
+

Permission Check Service +

+

The platform provides a web service to check whether the current user owns a certain permission. This service is invoked with a GET-request specifying the resource path /security/check and the query parameter permission. The parameter has the format: +

+

+'(' <permission class name> <double-quoted name> <double-quoted actions> ')'. +

+

+An example of a valid URL would be: http://localhost:8282/security/check?permission=(java.io.FilePermission "/tmp/*" "read") +

+

As a result of this check the platform returns a response with the code 204, if the user has this permission. +

+
+ +
+ + + + + \ No newline at end of file Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,27 @@ + + + 3 + + + + + + + + + + 1 + + + + + 0 + + + + + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/1.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,113 @@ + + + + Permission Check Service + + + +
+ +
+ +
+ + +
+

Permission Check Service +

+

The platform provides a web service to check whether the current user owns a certain permission. This service is invoked with a GET-request specifying the resource path /security/check and the query parameter permission. The parameter has the format: +

+

+'(' <permission class name> <double-quoted name> <double-quoted actions> ')'. +

+

+An example of a valid URL would be: http://localhost:8282/security/check?permission=(java.io.FilePermission "/tmp/*" "read") +

+

As a result of this check the platform returns a response with the code 204, if the user has this permission. +

+
+ +
+ + + + + \ No newline at end of file Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-content.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-content.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-content.html (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-content.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,17 @@ + + + + + + Untitled Content + + + The platform supports two types of authentication: +
    +
  • HTTP Basic Authentication
  • +
  • Cookie-based Authentication
  • +
+ + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-content.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-content.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-content.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-content.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,21 @@ + + + 1 + + + + + The platform supports two types of authentication: +
    +
  • HTTP Basic Authentication
  • +
  • Cookie-based Authentication
  • +
+
+ +
+ + + +
Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-content.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-content.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-content.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-content.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,17 @@ + + + + + + Untitled Content + + + The platform supports two types of authentication: +
    +
  • HTTP Basic Authentication
  • +
  • Cookie-based Authentication
  • +
+ + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-title.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-title.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-title.html (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-title.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + User Authentication + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-title.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-title.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-title.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-title.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,16 @@ + + + User Authentication + + + + + 0 + + + + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-title.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-title.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-title.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2-title.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + User Authentication + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2.html (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,109 @@ + + + + User Authentication + + + +
+ +
+ +
+ + +
+

User Authentication +

+
The platform supports two types of authentication: +
    +
  • HTTP Basic Authentication
  • +
  • Cookie-based Authentication
  • +
+ +
+ +
+ + + + + \ No newline at end of file Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,27 @@ + + + 1 + + + + + 1 + + + + + + + + 0 + + + + + + + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/2.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,109 @@ + + + + User Authentication + + + +
+ +
+ +
+ + +
+

User Authentication +

+
The platform supports two types of authentication: +
    +
  • HTTP Basic Authentication
  • +
  • Cookie-based Authentication
  • +
+ +
+ +
+ + + + + \ No newline at end of file Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-content.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-content.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-content.html (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-content.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,19 @@ + + + + + + Untitled Content + + + Permissions can be assigned to any user as well as to any role. +A permission is defined by three attributes: +
    +
  • tpye: the qualified class name, e.g., java.io.FilePermission
  • +
  • name: the name of the permission, e.g., the path in case of java.io.FilePermission
  • +
  • actions: the actions that the permission allows, e.g., read, write
  • +
+ + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-content.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-content.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-content.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-content.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,23 @@ + + + + 1 + + + + Permissions can be assigned to any user as well as to any role. +A permission is defined by three attributes: +
    +
  • tpye: the qualified class name, e.g., java.io.FilePermission
  • +
  • name: the name of the permission, e.g., the path in case of java.io.FilePermission
  • +
  • actions: the actions that the permission allows, e.g., read, write
  • +
+
+ +
+ + + +
Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-content.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-content.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-content.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-content.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,19 @@ + + + + + + Untitled Content + + + Permissions can be assigned to any user as well as to any role. +A permission is defined by three attributes: +
    +
  • tpye: the qualified class name, e.g., java.io.FilePermission
  • +
  • name: the name of the permission, e.g., the path in case of java.io.FilePermission
  • +
  • actions: the actions that the permission allows, e.g., read, write
  • +
+ + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-title.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-title.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-title.html (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-title.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + Permission Management + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-title.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-title.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-title.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-title.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,16 @@ + + + + + 0 + + + Permission Management + + + + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-title.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-title.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-title.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3-title.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + Permission Management + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3.html (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,111 @@ + + + + Permission Management + + + +
+ +
+ +
+ + +
+

Permission Management +

+
Permissions can be assigned to any user as well as to any role. +A permission is defined by three attributes: +
    +
  • tpye: the qualified class name, e.g., java.io.FilePermission
  • +
  • name: the name of the permission, e.g., the path in case of java.io.FilePermission
  • +
  • actions: the actions that the permission allows, e.g., read, write
  • +
+ +
+ +
+ + + + + \ No newline at end of file Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,27 @@ + + + + + 0 + + + + + 1 + + + + + 2 + + + + + + + + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content-el/3.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,111 @@ + + + + Permission Management + + + +
+ +
+ +
+ + +
+

Permission Management +

+
Permissions can be assigned to any user as well as to any role. +A permission is defined by three attributes: +
    +
  • tpye: the qualified class name, e.g., java.io.FilePermission
  • +
  • name: the name of the permission, e.g., the path in case of java.io.FilePermission
  • +
  • actions: the actions that the permission allows, e.g., read, write
  • +
+ +
+ +
+ + + + + \ No newline at end of file Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content.html (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,62 @@ + + + + + + Untitled Content + + + + +
The following functionalities are provided by the platform with respect to security +
    +
  • User Authentication
  • +
  • Permission Management
  • +
  • Permission Check Service
  • +
  • User Authorization
  • +
+ +
+ +

User Authentication +

+
The platform supports two types of authentication: +
    +
  • HTTP Basic Authentication
  • +
  • Cookie-based Authentication
  • +
+ +
+
+ +

Permission Management +

+
Permissions can be assigned to any user as well as to any role. +A permission is defined by three attributes: +
    +
  • tpye: the qualified class name, e.g., java.io.FilePermission
  • +
  • name: the name of the permission, e.g., the path in case of java.io.FilePermission
  • +
  • actions: the actions that the permission allows, e.g., read, write
  • +
+ +
+
+ +

Permission Check Service +

+

The platform provides a web service to check whether the current user owns a certain permission. This service is invoked with a GET-request specifying the resource path /security/check and the query parameter permission. The parameter has the format: +

+

+'(' <permission class name> <double-quoted name> <double-quoted actions> ')'. +

+

+An example of a valid URL would be: http://localhost:8282/security/check?permission=(java.io.FilePermission "/tmp/*" "read") +

+

As a result of this check the platform returns a response with the code 204, if the user has this permission. +

+
+
+ + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,39 @@ + + + 1 + + + + + + + 2 + + + 3 + + + + + + + 1 + + + + + + + + + + + + + + + 0 + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-content.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,62 @@ + + + + + + Untitled Content + + + + +
The following functionalities are provided by the platform with respect to security +
    +
  • User Authentication
  • +
  • Permission Management
  • +
  • Permission Check Service
  • +
  • User Authorization
  • +
+ +
+ +

User Authentication +

+
The platform supports two types of authentication: +
    +
  • HTTP Basic Authentication
  • +
  • Cookie-based Authentication
  • +
+ +
+
+ +

Permission Management +

+
Permissions can be assigned to any user as well as to any role. +A permission is defined by three attributes: +
    +
  • tpye: the qualified class name, e.g., java.io.FilePermission
  • +
  • name: the name of the permission, e.g., the path in case of java.io.FilePermission
  • +
  • actions: the actions that the permission allows, e.g., read, write
  • +
+ +
+
+ +

Permission Check Service +

+

The platform provides a web service to check whether the current user owns a certain permission. This service is invoked with a GET-request specifying the resource path /security/check and the query parameter permission. The parameter has the format: +

+

+'(' <permission class name> <double-quoted name> <double-quoted actions> ')'. +

+

+An example of a valid URL would be: http://localhost:8282/security/check?permission=(java.io.FilePermission "/tmp/*" "read") +

+

As a result of this check the platform returns a response with the code 204, if the user has this permission. +

+
+
+ + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-title.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-title.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-title.html (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-title.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + Security + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-title.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-title.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-title.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-title.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,16 @@ + + + + + 0 + + + + + + Security + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-title.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-title.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-title.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security-title.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + Security + + + Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security.html (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,154 @@ + + + + Security + + + +
+ +
+ +
+ + +
+

Security +

+
+ +
The following functionalities are provided by the platform with respect to security +
    +
  • User Authentication
  • +
  • Permission Management
  • +
  • Permission Check Service
  • +
  • User Authorization
  • +
+ +
+ +

User Authentication +

+
The platform supports two types of authentication: +
    +
  • HTTP Basic Authentication
  • +
  • Cookie-based Authentication
  • +
+ +
+
+ +

Permission Management +

+
Permissions can be assigned to any user as well as to any role. +A permission is defined by three attributes: +
    +
  • tpye: the qualified class name, e.g., java.io.FilePermission
  • +
  • name: the name of the permission, e.g., the path in case of java.io.FilePermission
  • +
  • actions: the actions that the permission allows, e.g., read, write
  • +
+ +
+
+ +

Permission Check Service +

+

The platform provides a web service to check whether the current user owns a certain permission. This service is invoked with a GET-request specifying the resource path /security/check and the query parameter permission. The parameter has the format: +

+

+'(' <permission class name> <double-quoted name> <double-quoted actions> ')'. +

+

+An example of a valid URL would be: http://localhost:8282/security/check?permission=(java.io.FilePermission "/tmp/*" "read") +

+

As a result of this check the platform returns a response with the code 204, if the user has this permission. +

+
+
+ +
+ +
+ + + + + \ No newline at end of file Added: clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.stanbol.commons.security.core/security.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,23 @@ + + + + + 0 + + + + 1 + + + + + + + + + + +