Return-Path: X-Original-To: apmail-oltu-commits-archive@www.apache.org Delivered-To: apmail-oltu-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 37C12FD0A for ; Sun, 7 Apr 2013 15:13:45 +0000 (UTC) Received: (qmail 82653 invoked by uid 500); 7 Apr 2013 15:13:45 -0000 Delivered-To: apmail-oltu-commits-archive@oltu.apache.org Received: (qmail 82635 invoked by uid 500); 7 Apr 2013 15:13:45 -0000 Mailing-List: contact commits-help@oltu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oltu.apache.org Delivered-To: mailing list commits@oltu.apache.org Received: (qmail 82627 invoked by uid 99); 7 Apr 2013 15:13:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Apr 2013 15:13:45 +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, 07 Apr 2013 15:13:42 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B8C9623888FD; Sun, 7 Apr 2013 15:13:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1465409 - in /oltu/trunk/oauth-2.0/jwt: ./ pom.xml src/ src/main/ src/test/ Date: Sun, 07 Apr 2013 15:13:21 -0000 To: commits@oltu.apache.org From: asanso@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130407151321.B8C9623888FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: asanso Date: Sun Apr 7 15:13:21 2013 New Revision: 1465409 URL: http://svn.apache.org/r1465409 Log: OLTU-78 - Implement Plaintext JWT : * added JWT module as discussed in http://mail-archives.apache.org/mod_mbox/incubator-amber-dev/201301.mbox/%3C0C3514DC-CF41-4938-BD90-077B1A631ABA%40adobe.com%3E Added: oltu/trunk/oauth-2.0/jwt/ oltu/trunk/oauth-2.0/jwt/pom.xml oltu/trunk/oauth-2.0/jwt/src/ oltu/trunk/oauth-2.0/jwt/src/main/ oltu/trunk/oauth-2.0/jwt/src/test/ Added: oltu/trunk/oauth-2.0/jwt/pom.xml URL: http://svn.apache.org/viewvc/oltu/trunk/oauth-2.0/jwt/pom.xml?rev=1465409&view=auto ============================================================================== --- oltu/trunk/oauth-2.0/jwt/pom.xml (added) +++ oltu/trunk/oauth-2.0/jwt/pom.xml Sun Apr 7 15:13:21 2013 @@ -0,0 +1,51 @@ + + + + 4.0.0 + + + org.apache.oltu.oauth2 + org.apache.oltu.oauth2.parent + 0.31-SNAPSHOT + + + org.apache.oltu.oauth2.jwt + + Apache Oltu - OAuth 2.0 - JWT + OAuth 2.0 library - JWT + + + + + + + + ${basedir}../../ + META-INF + + LICENSE + NOTICE + + + + + + + + +