Return-Path: X-Original-To: apmail-deltaspike-users-archive@www.apache.org Delivered-To: apmail-deltaspike-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 307F51065E for ; Wed, 4 Sep 2013 17:51:20 +0000 (UTC) Received: (qmail 25051 invoked by uid 500); 4 Sep 2013 17:51:20 -0000 Delivered-To: apmail-deltaspike-users-archive@deltaspike.apache.org Received: (qmail 24918 invoked by uid 500); 4 Sep 2013 17:51:16 -0000 Mailing-List: contact users-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@deltaspike.apache.org Delivered-To: mailing list users@deltaspike.apache.org Received: (qmail 24908 invoked by uid 99); 4 Sep 2013 17:51:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Sep 2013 17:51:13 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kelly.goedert@gmail.com designates 209.85.217.180 as permitted sender) Received: from [209.85.217.180] (HELO mail-lb0-f180.google.com) (209.85.217.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Sep 2013 17:51:09 +0000 Received: by mail-lb0-f180.google.com with SMTP id q8so726583lbi.11 for ; Wed, 04 Sep 2013 10:50:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=xa2KHGaQEJEjN7mSt/bmnwl9LrgVjQRMeVjmibzJBUU=; b=nREC6wBtlPF7TdffoCIV21i4DHCrhm2e2sbf8a1wuepm/Bv4mUcUHaaEfiqdTWSeXX fRQwofdH5/a+C+PavgeLx80m8wLpV8TMUAiL2ILA86HjCChKSglKbJjBlJIl/IQiV4eB F6ag2hdzzdvgmHobKHjBIZ2jitFk7PN3ZP9kPaY/RkjeX43/0Eyx+VrAl83dL/mGvhIW T31Nl/Zihy3u2G+tjX43BamncakPRkrRRthdOTTMRfZypU7CllWSnoAE0zD3fi7F2lSM 3TTwiLSz9SPeceXv7dXrBHU4XtOnSuHsBarMpbrSWKHtgBoUkvW986LnbwdQSUFYctKd BMNw== X-Received: by 10.152.5.162 with SMTP id t2mr3562290lat.1.1378317048014; Wed, 04 Sep 2013 10:50:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.130.199 with HTTP; Wed, 4 Sep 2013 10:50:27 -0700 (PDT) From: Kelly Goedert Date: Wed, 4 Sep 2013 14:50:27 -0300 Message-ID: Subject: deltaspike and authorization To: users Content-Type: multipart/alternative; boundary=089e0141a16e08ea9604e5927288 X-Virus-Checked: Checked by ClamAV on apache.org --089e0141a16e08ea9604e5927288 Content-Type: text/plain; charset=ISO-8859-1 Hi, using the direction given to me in my previous question, I was able to implement an authentication mechanism in my app using picketlink. I remember that in seam 3, I could use something like this on a xhtml I could not find this in picketlink. According to this page https://docs.jboss.org/author/display/SECURITY/PicketBox+CDI#PicketBoxCDI-IdentityManagement it is not available. Is there anything on deltaspike to implement this? Or I should be asking this on a picketlink forum? Thanks Kelly --089e0141a16e08ea9604e5927288--